Struct endbasic_std::storage::DirectoryDriveFactory  
source · [−]pub struct DirectoryDriveFactory {}Expand description
Factory for directory-backed drives.
Trait Implementations
sourceimpl Default for DirectoryDriveFactory
 
impl Default for DirectoryDriveFactory
sourcefn default() -> DirectoryDriveFactory
 
fn default() -> DirectoryDriveFactory
Returns the “default value” for a type. Read more
sourceimpl DriveFactory for DirectoryDriveFactory
 
impl DriveFactory for DirectoryDriveFactory
Auto Trait Implementations
impl RefUnwindSafe for DirectoryDriveFactory
impl Send for DirectoryDriveFactory
impl Sync for DirectoryDriveFactory
impl Unpin for DirectoryDriveFactory
impl UnwindSafe for DirectoryDriveFactory
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