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