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