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