pub enum ActivePanelVariant {
Monocle,
Tabbed,
Stacked,
}Expand description
Sub-variant for single-visible-panel layouts.
Variants§
Monocle
Full-screen single panel.
Tabbed
Tab bar above content panels.
Stacked
Title bars stacked vertically above content.
Trait Implementations§
Source§impl Clone for ActivePanelVariant
impl Clone for ActivePanelVariant
Source§fn clone(&self) -> ActivePanelVariant
fn clone(&self) -> ActivePanelVariant
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ActivePanelVariant
impl Debug for ActivePanelVariant
Source§impl PartialEq for ActivePanelVariant
impl PartialEq for ActivePanelVariant
impl Copy for ActivePanelVariant
impl Eq for ActivePanelVariant
impl StructuralPartialEq for ActivePanelVariant
Auto Trait Implementations§
impl Freeze for ActivePanelVariant
impl RefUnwindSafe for ActivePanelVariant
impl Send for ActivePanelVariant
impl Sync for ActivePanelVariant
impl Unpin for ActivePanelVariant
impl UnsafeUnpin for ActivePanelVariant
impl UnwindSafe for ActivePanelVariant
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