pub struct InputHotkeyResult {
pub mods: Vec<String>,
pub key: String,
pub policy: ActionPolicyResult,
pub meta: ActionMeta,
}Fields§
§mods: Vec<String>§key: String§policy: ActionPolicyResult§meta: ActionMetaTrait Implementations§
Source§impl Clone for InputHotkeyResult
impl Clone for InputHotkeyResult
Source§fn clone(&self) -> InputHotkeyResult
fn clone(&self) -> InputHotkeyResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InputHotkeyResult
impl Debug for InputHotkeyResult
Auto Trait Implementations§
impl Freeze for InputHotkeyResult
impl RefUnwindSafe for InputHotkeyResult
impl Send for InputHotkeyResult
impl Sync for InputHotkeyResult
impl Unpin for InputHotkeyResult
impl UnsafeUnpin for InputHotkeyResult
impl UnwindSafe for InputHotkeyResult
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