pub enum MenuTab {
FilterMenuTab,
GeneralMenuTab,
ColumnsMenuTab,
}Expand description
Allowed values for
ColumnDef::menu_tabs.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MenuTab
impl RefUnwindSafe for MenuTab
impl Send for MenuTab
impl Sync for MenuTab
impl Unpin for MenuTab
impl UnwindSafe for MenuTab
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