Struct endbasic_std::storage::InMemoryDriveFactory
source · [−]pub struct InMemoryDriveFactory {}Expand description
Factory for in-memory drives.
Trait Implementations
sourceimpl Default for InMemoryDriveFactory
impl Default for InMemoryDriveFactory
sourcefn default() -> InMemoryDriveFactory
fn default() -> InMemoryDriveFactory
Returns the “default value” for a type. Read more
sourceimpl DriveFactory for InMemoryDriveFactory
impl DriveFactory for InMemoryDriveFactory
Auto Trait Implementations
impl RefUnwindSafe for InMemoryDriveFactory
impl Send for InMemoryDriveFactory
impl Sync for InMemoryDriveFactory
impl Unpin for InMemoryDriveFactory
impl UnwindSafe for InMemoryDriveFactory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more