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