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