pub struct ExecBind {
pub mods: Vec<Modifier>,
pub key: Box<str>,
pub on_release: bool,
pub exec: Box<str>,
}
Fields§
§mods: Vec<Modifier>
§key: Box<str>
§on_release: bool
§exec: Box<str>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecBind
impl RefUnwindSafe for ExecBind
impl Send for ExecBind
impl Sync for ExecBind
impl Unpin for ExecBind
impl UnwindSafe for ExecBind
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