pub struct ChannelListenerMarker;Trait Implementations§
Source§impl Clone for ChannelListenerMarker
 
impl Clone for ChannelListenerMarker
Source§fn clone(&self) -> ChannelListenerMarker
 
fn clone(&self) -> ChannelListenerMarker
Returns a duplicate 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 ChannelListenerMarker
 
impl Debug for ChannelListenerMarker
Source§impl Hash for ChannelListenerMarker
 
impl Hash for ChannelListenerMarker
Source§impl Ord for ChannelListenerMarker
 
impl Ord for ChannelListenerMarker
Source§fn cmp(&self, other: &ChannelListenerMarker) -> Ordering
 
fn cmp(&self, other: &ChannelListenerMarker) -> 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 ChannelListenerMarker
 
impl PartialEq for ChannelListenerMarker
Source§impl PartialOrd for ChannelListenerMarker
 
impl PartialOrd for ChannelListenerMarker
Source§impl ProtocolMarker for ChannelListenerMarker
 
impl ProtocolMarker for ChannelListenerMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) ChannelListener"
 
const DEBUG_NAME: &'static str = "(anonymous) ChannelListener"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = ChannelListenerProxy
 
type Proxy = ChannelListenerProxy
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 = ChannelListenerRequestStream
 
type RequestStream = ChannelListenerRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = ChannelListenerSynchronousProxy
 
type SynchronousProxy = ChannelListenerSynchronousProxy
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 ChannelListenerMarker
impl Eq for ChannelListenerMarker
impl StructuralPartialEq for ChannelListenerMarker
Auto Trait Implementations§
impl Freeze for ChannelListenerMarker
impl RefUnwindSafe for ChannelListenerMarker
impl Send for ChannelListenerMarker
impl Sync for ChannelListenerMarker
impl Unpin for ChannelListenerMarker
impl UnwindSafe for ChannelListenerMarker
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