pub enum AllEvent {
Reset,
}Variants§
Reset
Trait Implementations§
impl Eq for AllEvent
impl StructuralPartialEq for AllEvent
Auto Trait Implementations§
impl Freeze for AllEvent
impl RefUnwindSafe for AllEvent
impl Send for AllEvent
impl Sync for AllEvent
impl Unpin for AllEvent
impl UnsafeUnpin for AllEvent
impl UnwindSafe for AllEvent
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