pub struct InstanceIteratorMarker;
Trait Implementations§
Source§impl Clone for InstanceIteratorMarker
impl Clone for InstanceIteratorMarker
Source§fn clone(&self) -> InstanceIteratorMarker
fn clone(&self) -> InstanceIteratorMarker
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 InstanceIteratorMarker
impl Debug for InstanceIteratorMarker
Source§impl Hash for InstanceIteratorMarker
impl Hash for InstanceIteratorMarker
Source§impl Ord for InstanceIteratorMarker
impl Ord for InstanceIteratorMarker
Source§fn cmp(&self, other: &InstanceIteratorMarker) -> Ordering
fn cmp(&self, other: &InstanceIteratorMarker) -> 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 InstanceIteratorMarker
impl PartialEq for InstanceIteratorMarker
Source§impl PartialOrd for InstanceIteratorMarker
impl PartialOrd for InstanceIteratorMarker
Source§impl ProtocolMarker for InstanceIteratorMarker
impl ProtocolMarker for InstanceIteratorMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) InstanceIterator"
const DEBUG_NAME: &'static str = "(anonymous) InstanceIterator"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = InstanceIteratorProxy
type Proxy = InstanceIteratorProxy
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 = InstanceIteratorRequestStream
type RequestStream = InstanceIteratorRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = InstanceIteratorSynchronousProxy
type SynchronousProxy = InstanceIteratorSynchronousProxy
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 InstanceIteratorMarker
impl Eq for InstanceIteratorMarker
impl StructuralPartialEq for InstanceIteratorMarker
Auto Trait Implementations§
impl Freeze for InstanceIteratorMarker
impl RefUnwindSafe for InstanceIteratorMarker
impl Send for InstanceIteratorMarker
impl Sync for InstanceIteratorMarker
impl Unpin for InstanceIteratorMarker
impl UnwindSafe for InstanceIteratorMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)