pub struct Overview {
pub launcher: Launcher,
pub key: Box<str>,
pub top_offset: u16,
pub modifier: Modifier,
pub filter_by_same_class: bool,
pub filter_by_current_workspace: bool,
pub filter_by_current_monitor: bool,
pub exclude_workspaces: Box<str>,
}Fields§
§launcher: Launcher§key: Box<str>§top_offset: u16§modifier: Modifier§filter_by_same_class: bool§filter_by_current_workspace: bool§filter_by_current_monitor: bool§exclude_workspaces: Box<str>Trait Implementations§
impl StructuralPartialEq for Overview
Auto Trait Implementations§
impl Freeze for Overview
impl RefUnwindSafe for Overview
impl Send for Overview
impl Sync for Overview
impl Unpin for Overview
impl UnsafeUnpin for Overview
impl UnwindSafe for Overview
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