pub struct ModCallbackEvent;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModCallbackEvent
impl RefUnwindSafe for ModCallbackEvent
impl Send for ModCallbackEvent
impl Sync for ModCallbackEvent
impl Unpin for ModCallbackEvent
impl UnwindSafe for ModCallbackEvent
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