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