pub struct NoEvents;Expand description
NoEvents (864).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoEvents
impl RefUnwindSafe for NoEvents
impl Send for NoEvents
impl Sync for NoEvents
impl Unpin for NoEvents
impl UnsafeUnpin for NoEvents
impl UnwindSafe for NoEvents
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