pub enum ListEvent {
SelectSingle(usize),
SelectMultiple,
None,
}
Variants§
Auto Trait Implementations§
impl Freeze for ListEvent
impl RefUnwindSafe for ListEvent
impl Send for ListEvent
impl Sync for ListEvent
impl Unpin 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