pub struct KeyBind {
pub key: Option<KeyCode>,
pub modifiers: Vec<KeyModifier>,
}Fields§
§key: Option<KeyCode>§modifiers: Vec<KeyModifier>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyBind
impl RefUnwindSafe for KeyBind
impl Send for KeyBind
impl Sync for KeyBind
impl Unpin for KeyBind
impl UnwindSafe for KeyBind
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