pub struct Factory { /* private fields */ }
Expand description
Vvm factory. Creates appropriate Vvm.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Factory
impl !RefUnwindSafe for Factory
impl Send for Factory
impl Sync for Factory
impl Unpin for Factory
impl !UnwindSafe for Factory
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