pub struct ShortcutBinding {
pub chord: KeyChord,
pub action: Action,
}Fields§
§chord: KeyChord§action: ActionTrait Implementations§
Source§impl Clone for ShortcutBinding
impl Clone for ShortcutBinding
Source§fn clone(&self) -> ShortcutBinding
fn clone(&self) -> ShortcutBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Send for ShortcutBinding
impl !Sync for ShortcutBinding
impl Freeze for ShortcutBinding
impl RefUnwindSafe for ShortcutBinding
impl Unpin for ShortcutBinding
impl UnsafeUnpin for ShortcutBinding
impl UnwindSafe for ShortcutBinding
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