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