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