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