pub struct CommandListenerMarker;
Trait Implementations§
Source§impl Clone for CommandListenerMarker
impl Clone for CommandListenerMarker
Source§fn clone(&self) -> CommandListenerMarker
fn clone(&self) -> CommandListenerMarker
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 CommandListenerMarker
impl Debug for CommandListenerMarker
Source§impl Hash for CommandListenerMarker
impl Hash for CommandListenerMarker
Source§impl Ord for CommandListenerMarker
impl Ord for CommandListenerMarker
Source§fn cmp(&self, other: &CommandListenerMarker) -> Ordering
fn cmp(&self, other: &CommandListenerMarker) -> 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 CommandListenerMarker
impl PartialEq for CommandListenerMarker
Source§impl PartialOrd for CommandListenerMarker
impl PartialOrd for CommandListenerMarker
Source§impl ProtocolMarker for CommandListenerMarker
impl ProtocolMarker for CommandListenerMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) CommandListener"
const DEBUG_NAME: &'static str = "(anonymous) CommandListener"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = CommandListenerProxy
type Proxy = CommandListenerProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.Source§type RequestStream = CommandListenerRequestStream
type RequestStream = CommandListenerRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = CommandListenerSynchronousProxy
type SynchronousProxy = CommandListenerSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.impl Copy for CommandListenerMarker
impl Eq for CommandListenerMarker
impl StructuralPartialEq for CommandListenerMarker
Auto Trait Implementations§
impl Freeze for CommandListenerMarker
impl RefUnwindSafe for CommandListenerMarker
impl Send for CommandListenerMarker
impl Sync for CommandListenerMarker
impl Unpin for CommandListenerMarker
impl UnwindSafe for CommandListenerMarker
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