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