pub struct Switch {
pub modifier: Modifier,
pub key: Box<str>,
pub filter_by_same_class: bool,
pub filter_by_current_workspace: bool,
pub filter_by_current_monitor: bool,
pub switch_workspaces: bool,
pub exclude_workspaces: Box<str>,
pub kill_key: char,
}Fields§
§modifier: Modifier§key: Box<str>§filter_by_same_class: bool§filter_by_current_workspace: bool§filter_by_current_monitor: bool§switch_workspaces: bool§exclude_workspaces: Box<str>§kill_key: charTrait Implementations§
impl Eq for Switch
impl StructuralPartialEq for Switch
Auto Trait Implementations§
impl Freeze for Switch
impl RefUnwindSafe for Switch
impl Send for Switch
impl Sync for Switch
impl Unpin for Switch
impl UnsafeUnpin for Switch
impl UnwindSafe for Switch
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