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