pub enum FactoryDriverEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FactoryDriverEvent
impl RefUnwindSafe for FactoryDriverEvent
impl Send for FactoryDriverEvent
impl Sync for FactoryDriverEvent
impl Unpin for FactoryDriverEvent
impl UnwindSafe for FactoryDriverEvent
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