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