pub struct EventKlass { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for EventKlass
impl RefUnwindSafe for EventKlass
impl Send for EventKlass
impl Sync for EventKlass
impl Unpin for EventKlass
impl UnsafeUnpin for EventKlass
impl UnwindSafe for EventKlass
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