pub struct EraseEvent { /* private fields */ }Implementations§
Source§impl EraseEvent
impl EraseEvent
Trait Implementations§
Source§impl Clone for EraseEvent
impl Clone for EraseEvent
Source§fn clone(&self) -> EraseEvent
fn clone(&self) -> EraseEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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