pub struct KeyActions { /* private fields */ }
Expand description
A sequence containing Key
actions.
Implementations§
Trait Implementations§
Source§impl Clone for KeyActions
impl Clone for KeyActions
Source§fn clone(&self) -> KeyActions
fn clone(&self) -> KeyActions
Returns a copy 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 KeyActions
impl Debug for KeyActions
Source§impl From<KeyActions> for ActionSequence
impl From<KeyActions> for ActionSequence
Source§fn from(ka: KeyActions) -> Self
fn from(ka: KeyActions) -> Self
Converts to this type from the input type.
Source§impl InputSource for KeyActions
impl InputSource for KeyActions
Auto Trait Implementations§
impl Freeze for KeyActions
impl RefUnwindSafe for KeyActions
impl Send for KeyActions
impl Sync for KeyActions
impl Unpin for KeyActions
impl UnwindSafe for KeyActions
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