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