pub struct BindKeyCommand {
pub id: String,
pub keys_file: Option<PathBuf>,
pub this_machine: bool,
pub machines: Option<String>,
pub replace: bool,
pub clear: bool,
pub freeze: bool,
}Fields§
§id: String§keys_file: Option<PathBuf>§this_machine: bool§machines: Option<String>§replace: bool§clear: bool§freeze: boolAuto Trait Implementations§
impl Freeze for BindKeyCommand
impl RefUnwindSafe for BindKeyCommand
impl Send for BindKeyCommand
impl Sync for BindKeyCommand
impl Unpin for BindKeyCommand
impl UnsafeUnpin for BindKeyCommand
impl UnwindSafe for BindKeyCommand
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