pub struct PluginConfig {
pub xkb_key_switch_mod: Option<Box<str>>,
pub xkb_key_switch_key: Option<Box<str>>,
pub xkb_key_overview_mod: Option<Box<str>>,
pub xkb_key_overview_key: Option<Box<str>>,
}Fields§
§xkb_key_switch_mod: Option<Box<str>>§xkb_key_switch_key: Option<Box<str>>§xkb_key_overview_mod: Option<Box<str>>§xkb_key_overview_key: Option<Box<str>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PluginConfig
impl RefUnwindSafe for PluginConfig
impl Send for PluginConfig
impl Sync for PluginConfig
impl Unpin for PluginConfig
impl UnsafeUnpin for PluginConfig
impl UnwindSafe for PluginConfig
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