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