Enum zaplib_components::DockDragEnd
source · [−]pub enum DockDragEnd<TItem> where
TItem: Clone, {
OldTab {
pe: PointerUpEvent,
ident: DockTabIdent,
},
NewItems {
pe: PointerUpEvent,
items: Vec<DockTab<TItem>>,
},
}
Variants
OldTab
NewItems
Trait Implementations
Auto Trait Implementations
impl<TItem> RefUnwindSafe for DockDragEnd<TItem> where
TItem: RefUnwindSafe,
impl<TItem> Send for DockDragEnd<TItem> where
TItem: Send,
impl<TItem> Sync for DockDragEnd<TItem> where
TItem: Sync,
impl<TItem> Unpin for DockDragEnd<TItem> where
TItem: Unpin,
impl<TItem> UnwindSafe for DockDragEnd<TItem> where
TItem: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more