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