pub struct EntryIteratorMarker;
Trait Implementations§
source§impl Clone for EntryIteratorMarker
impl Clone for EntryIteratorMarker
source§fn clone(&self) -> EntryIteratorMarker
fn clone(&self) -> EntryIteratorMarker
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 EntryIteratorMarker
impl Debug for EntryIteratorMarker
source§impl Hash for EntryIteratorMarker
impl Hash for EntryIteratorMarker
source§impl Ord for EntryIteratorMarker
impl Ord for EntryIteratorMarker
source§fn cmp(&self, other: &EntryIteratorMarker) -> Ordering
fn cmp(&self, other: &EntryIteratorMarker) -> 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<EntryIteratorMarker> for EntryIteratorMarker
impl PartialEq<EntryIteratorMarker> for EntryIteratorMarker
source§fn eq(&self, other: &EntryIteratorMarker) -> bool
fn eq(&self, other: &EntryIteratorMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<EntryIteratorMarker> for EntryIteratorMarker
impl PartialOrd<EntryIteratorMarker> for EntryIteratorMarker
source§fn partial_cmp(&self, other: &EntryIteratorMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &EntryIteratorMarker) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ProtocolMarker for EntryIteratorMarker
impl ProtocolMarker for EntryIteratorMarker
§type Proxy = EntryIteratorProxy
type Proxy = EntryIteratorProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = EntryIteratorRequestStream
type RequestStream = EntryIteratorRequestStream
The type of the stream of requests coming into a server.
source§const DEBUG_NAME: &'static str = "(anonymous) EntryIterator"
const DEBUG_NAME: &'static str = "(anonymous) EntryIterator"
The name of the protocol suitable for debug purposes. Read more
impl Copy for EntryIteratorMarker
impl Eq for EntryIteratorMarker
impl StructuralEq for EntryIteratorMarker
impl StructuralPartialEq for EntryIteratorMarker
Auto Trait Implementations§
impl RefUnwindSafe for EntryIteratorMarker
impl Send for EntryIteratorMarker
impl Sync for EntryIteratorMarker
impl Unpin for EntryIteratorMarker
impl UnwindSafe for EntryIteratorMarker
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