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