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