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