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