pub enum ListLogicEvent {
Animate(AnimateEvent),
AnimEnded,
Select,
Deselect,
Cleanup,
Over,
Out,
}
Variants§
Auto Trait Implementations§
impl Freeze for ListLogicEvent
impl RefUnwindSafe for ListLogicEvent
impl Send for ListLogicEvent
impl Sync for ListLogicEvent
impl Unpin for ListLogicEvent
impl UnwindSafe for ListLogicEvent
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