pub struct MappingProviderMarker;Trait Implementations§
Source§impl Clone for MappingProviderMarker
impl Clone for MappingProviderMarker
Source§fn clone(&self) -> MappingProviderMarker
fn clone(&self) -> MappingProviderMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MappingProviderMarker
Source§impl Debug for MappingProviderMarker
impl Debug for MappingProviderMarker
Source§impl DiscoverableProtocolMarker for MappingProviderMarker
impl DiscoverableProtocolMarker for MappingProviderMarker
Source§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
impl Eq for MappingProviderMarker
Source§impl Hash for MappingProviderMarker
impl Hash for MappingProviderMarker
Source§impl Ord for MappingProviderMarker
impl Ord for MappingProviderMarker
Source§fn cmp(&self, other: &MappingProviderMarker) -> Ordering
fn cmp(&self, other: &MappingProviderMarker) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for MappingProviderMarker
impl PartialEq for MappingProviderMarker
Source§impl PartialOrd for MappingProviderMarker
impl PartialOrd for MappingProviderMarker
Source§impl ProtocolMarker for MappingProviderMarker
impl ProtocolMarker for MappingProviderMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.storage.mapping.MappingProvider"
const DEBUG_NAME: &'static str = "fuchsia.storage.mapping.MappingProvider"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = MappingProviderProxy
type Proxy = MappingProviderProxy
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 = MappingProviderRequestStream
type RequestStream = MappingProviderRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = MappingProviderSynchronousProxy
type SynchronousProxy = MappingProviderSynchronousProxy
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 StructuralPartialEq for MappingProviderMarker
Auto Trait Implementations§
impl Freeze for MappingProviderMarker
impl RefUnwindSafe for MappingProviderMarker
impl Send for MappingProviderMarker
impl Sync for MappingProviderMarker
impl Unpin for MappingProviderMarker
impl UnsafeUnpin for MappingProviderMarker
impl UnwindSafe for MappingProviderMarker
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