pub enum TabBarAction {
TabWasPressed(LiveId),
ShouldTabStartDrag(LiveId),
TabCloseWasPressed(LiveId),
}Variants§
Auto Trait Implementations§
impl Freeze for TabBarAction
impl RefUnwindSafe for TabBarAction
impl Send for TabBarAction
impl Sync for TabBarAction
impl Unpin for TabBarAction
impl UnwindSafe for TabBarAction
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