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