pub enum WorkspaceLayout {
Default,
Stacking,
Tabbed,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WorkspaceLayout
impl RefUnwindSafe for WorkspaceLayout
impl Send for WorkspaceLayout
impl Sync for WorkspaceLayout
impl Unpin for WorkspaceLayout
impl UnwindSafe for WorkspaceLayout
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