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