pub struct ErofsMarker;Trait Implementations§
Source§impl Clone for ErofsMarker
impl Clone for ErofsMarker
Source§fn clone(&self) -> ErofsMarker
fn clone(&self) -> ErofsMarker
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 moreSource§impl Debug for ErofsMarker
impl Debug for ErofsMarker
Source§impl DiscoverableProtocolMarker for ErofsMarker
impl DiscoverableProtocolMarker for ErofsMarker
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).
Source§impl Hash for ErofsMarker
impl Hash for ErofsMarker
Source§impl Ord for ErofsMarker
impl Ord for ErofsMarker
Source§fn cmp(&self, other: &ErofsMarker) -> Ordering
fn cmp(&self, other: &ErofsMarker) -> 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
Source§impl PartialEq for ErofsMarker
impl PartialEq for ErofsMarker
Source§fn eq(&self, other: &ErofsMarker) -> bool
fn eq(&self, other: &ErofsMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ErofsMarker
impl PartialOrd for ErofsMarker
Source§impl ProtocolMarker for ErofsMarker
impl ProtocolMarker for ErofsMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.erofs.Erofs"
const DEBUG_NAME: &'static str = "fuchsia.erofs.Erofs"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = ErofsProxy
type Proxy = ErofsProxy
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 = ErofsRequestStream
type RequestStream = ErofsRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = ErofsSynchronousProxy
type SynchronousProxy = ErofsSynchronousProxy
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 ErofsMarker
impl Eq for ErofsMarker
impl StructuralPartialEq for ErofsMarker
Auto Trait Implementations§
impl Freeze for ErofsMarker
impl RefUnwindSafe for ErofsMarker
impl Send for ErofsMarker
impl Sync for ErofsMarker
impl Unpin for ErofsMarker
impl UnsafeUnpin for ErofsMarker
impl UnwindSafe for ErofsMarker
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