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