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