pub enum WorkspaceOptions {
AllPseudo,
AllFloat,
}Expand description
This enum holds options that are applied to the current workspace
Variants§
Trait Implementations§
Source§impl Clone for WorkspaceOptions
impl Clone for WorkspaceOptions
Source§fn clone(&self) -> WorkspaceOptions
fn clone(&self) -> WorkspaceOptions
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 WorkspaceOptions
impl Debug for WorkspaceOptions
Auto Trait Implementations§
impl Freeze for WorkspaceOptions
impl RefUnwindSafe for WorkspaceOptions
impl Send for WorkspaceOptions
impl Sync for WorkspaceOptions
impl Unpin for WorkspaceOptions
impl UnwindSafe for WorkspaceOptions
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