pub struct KeyboardListenerMarker;
Trait Implementations§
source§impl Clone for KeyboardListenerMarker
impl Clone for KeyboardListenerMarker
source§fn clone(&self) -> KeyboardListenerMarker
fn clone(&self) -> KeyboardListenerMarker
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for KeyboardListenerMarker
impl Debug for KeyboardListenerMarker
source§impl Hash for KeyboardListenerMarker
impl Hash for KeyboardListenerMarker
source§impl Ord for KeyboardListenerMarker
impl Ord for KeyboardListenerMarker
source§fn cmp(&self, other: &KeyboardListenerMarker) -> Ordering
fn cmp(&self, other: &KeyboardListenerMarker) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for KeyboardListenerMarker
impl PartialEq for KeyboardListenerMarker
source§fn eq(&self, other: &KeyboardListenerMarker) -> bool
fn eq(&self, other: &KeyboardListenerMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for KeyboardListenerMarker
impl PartialOrd for KeyboardListenerMarker
source§fn partial_cmp(&self, other: &KeyboardListenerMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &KeyboardListenerMarker) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ProtocolMarker for KeyboardListenerMarker
impl ProtocolMarker for KeyboardListenerMarker
§type Proxy = KeyboardListenerProxy
type Proxy = KeyboardListenerProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = KeyboardListenerRequestStream
type RequestStream = KeyboardListenerRequestStream
The type of the stream of requests coming into a server.
§type SynchronousProxy = KeyboardListenerSynchronousProxy
type SynchronousProxy = KeyboardListenerSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.source§const DEBUG_NAME: &'static str = "(anonymous) KeyboardListener"
const DEBUG_NAME: &'static str = "(anonymous) KeyboardListener"
The name of the protocol suitable for debug purposes. Read more
impl Copy for KeyboardListenerMarker
impl Eq for KeyboardListenerMarker
impl StructuralEq for KeyboardListenerMarker
impl StructuralPartialEq for KeyboardListenerMarker
Auto Trait Implementations§
impl RefUnwindSafe for KeyboardListenerMarker
impl Send for KeyboardListenerMarker
impl Sync for KeyboardListenerMarker
impl Unpin for KeyboardListenerMarker
impl UnwindSafe for KeyboardListenerMarker
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more