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