pub struct PartitionsDirectoryEntry { /* private fields */ }
Expand description
A node which hosts an instance of fuchsia.storage.partitions.PartitionService.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PartitionsDirectoryEntry
impl RefUnwindSafe for PartitionsDirectoryEntry
impl Send for PartitionsDirectoryEntry
impl Sync for PartitionsDirectoryEntry
impl Unpin for PartitionsDirectoryEntry
impl UnwindSafe for PartitionsDirectoryEntry
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