pub enum SmartGaps {
On,
Off,
Toggle,
InverseOuter,
}
Variants§
On
Gaps will only be enabled if a workspace has more than one child
Off
Toggle
InverseOuter
outer gaps will only be enabled if a workspace has exactly one child
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SmartGaps
impl RefUnwindSafe for SmartGaps
impl Send for SmartGaps
impl Sync for SmartGaps
impl Unpin for SmartGaps
impl UnwindSafe for SmartGaps
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