pub struct UnboundWaitableDataChannelMarker;Trait Implementations§
Source§impl Clone for UnboundWaitableDataChannelMarker
impl Clone for UnboundWaitableDataChannelMarker
Source§fn clone(&self) -> UnboundWaitableDataChannelMarker
fn clone(&self) -> UnboundWaitableDataChannelMarker
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 Ord for UnboundWaitableDataChannelMarker
impl Ord for UnboundWaitableDataChannelMarker
Source§fn cmp(&self, other: &UnboundWaitableDataChannelMarker) -> Ordering
fn cmp(&self, other: &UnboundWaitableDataChannelMarker) -> 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 UnboundWaitableDataChannelMarker
impl PartialEq for UnboundWaitableDataChannelMarker
Source§fn eq(&self, other: &UnboundWaitableDataChannelMarker) -> bool
fn eq(&self, other: &UnboundWaitableDataChannelMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for UnboundWaitableDataChannelMarker
impl PartialOrd for UnboundWaitableDataChannelMarker
Source§impl ProtocolMarker for UnboundWaitableDataChannelMarker
impl ProtocolMarker for UnboundWaitableDataChannelMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) UnboundWaitableDataChannel"
const DEBUG_NAME: &'static str = "(anonymous) UnboundWaitableDataChannel"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = UnboundWaitableDataChannelProxy
type Proxy = UnboundWaitableDataChannelProxy
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 = UnboundWaitableDataChannelRequestStream
type RequestStream = UnboundWaitableDataChannelRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = UnboundWaitableDataChannelSynchronousProxy
type SynchronousProxy = UnboundWaitableDataChannelSynchronousProxy
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 UnboundWaitableDataChannelMarker
impl Eq for UnboundWaitableDataChannelMarker
impl StructuralPartialEq for UnboundWaitableDataChannelMarker
Auto Trait Implementations§
impl Freeze for UnboundWaitableDataChannelMarker
impl RefUnwindSafe for UnboundWaitableDataChannelMarker
impl Send for UnboundWaitableDataChannelMarker
impl Sync for UnboundWaitableDataChannelMarker
impl Unpin for UnboundWaitableDataChannelMarker
impl UnwindSafe for UnboundWaitableDataChannelMarker
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