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