pub struct PartitionServiceMarker;Trait Implementations§
Source§impl Clone for PartitionServiceMarker
 
impl Clone for PartitionServiceMarker
Source§fn clone(&self) -> PartitionServiceMarker
 
fn clone(&self) -> PartitionServiceMarker
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 PartitionServiceMarker
 
impl Debug for PartitionServiceMarker
Source§impl Hash for PartitionServiceMarker
 
impl Hash for PartitionServiceMarker
Source§impl Ord for PartitionServiceMarker
 
impl Ord for PartitionServiceMarker
Source§fn cmp(&self, other: &PartitionServiceMarker) -> Ordering
 
fn cmp(&self, other: &PartitionServiceMarker) -> 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 PartitionServiceMarker
 
impl PartialEq for PartitionServiceMarker
Source§impl PartialOrd for PartitionServiceMarker
 
impl PartialOrd for PartitionServiceMarker
Source§impl ServiceMarker for PartitionServiceMarker
Available on Fuchsia only. 
impl ServiceMarker for PartitionServiceMarker
Available on Fuchsia only.
Source§const SERVICE_NAME: &'static str = "fuchsia.storage.partitions.PartitionService"
 
const SERVICE_NAME: &'static str = "fuchsia.storage.partitions.PartitionService"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = PartitionServiceProxy
 
type Proxy = PartitionServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = PartitionServiceRequest
 
type Request = PartitionServiceRequest
The request type for this particular FIDL service.
impl Copy for PartitionServiceMarker
impl Eq for PartitionServiceMarker
impl StructuralPartialEq for PartitionServiceMarker
Auto Trait Implementations§
impl Freeze for PartitionServiceMarker
impl RefUnwindSafe for PartitionServiceMarker
impl Send for PartitionServiceMarker
impl Sync for PartitionServiceMarker
impl Unpin for PartitionServiceMarker
impl UnwindSafe for PartitionServiceMarker
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