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