pub struct InMemoryDriveFactory {}
Expand description
Factory for in-memory drives.
Trait Implementations§
Source§impl Default for InMemoryDriveFactory
impl Default for InMemoryDriveFactory
Source§fn default() -> InMemoryDriveFactory
fn default() -> InMemoryDriveFactory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InMemoryDriveFactory
impl RefUnwindSafe for InMemoryDriveFactory
impl Send for InMemoryDriveFactory
impl Sync for InMemoryDriveFactory
impl Unpin for InMemoryDriveFactory
impl UnwindSafe for InMemoryDriveFactory
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