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