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