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