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