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