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