pub struct EraseEvent { /* private fields */ }Implementations§
Source§impl EraseEvent
impl EraseEvent
Trait Implementations§
Source§impl PartialEq for EraseEvent
impl PartialEq for EraseEvent
impl StructuralPartialEq for EraseEvent
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