pub struct FvmVolumeFactory { /* private fields */ }
Expand description
Creates block devices on top of the system’s FVM instance.
Implementations§
Trait Implementations§
Source§impl BlockDeviceFactory for FvmVolumeFactory
impl BlockDeviceFactory for FvmVolumeFactory
Auto Trait Implementations§
impl Freeze for FvmVolumeFactory
impl !RefUnwindSafe for FvmVolumeFactory
impl Send for FvmVolumeFactory
impl Sync for FvmVolumeFactory
impl Unpin for FvmVolumeFactory
impl !UnwindSafe for FvmVolumeFactory
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