pub enum TabEvent {
None,
DragMove(FingerMoveEvent),
DragEnd(FingerUpEvent),
Closing,
Close,
Select,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for TabEvent
Auto Trait Implementations§
impl Freeze for TabEvent
impl RefUnwindSafe for TabEvent
impl Send for TabEvent
impl Sync for TabEvent
impl Unpin for TabEvent
impl UnwindSafe for TabEvent
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