pub struct CursorKeys(/* private fields */);Expand description
DEC 1 (DECCKM) — application cursor keys. Arrows become ESC O A
instead of ESC [ A.
Implementations§
Trait Implementations§
Source§impl Clone for CursorKeys
impl Clone for CursorKeys
Source§fn clone(&self) -> CursorKeys
fn clone(&self) -> CursorKeys
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 moreimpl Copy for CursorKeys
Source§impl Debug for CursorKeys
impl Debug for CursorKeys
Source§impl Default for CursorKeys
impl Default for CursorKeys
Source§fn default() -> CursorKeys
fn default() -> CursorKeys
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CursorKeys
impl<'de> Deserialize<'de> for CursorKeys
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CursorKeys
Source§impl PartialEq for CursorKeys
impl PartialEq for CursorKeys
Source§impl Serialize for CursorKeys
impl Serialize for CursorKeys
impl StructuralPartialEq for CursorKeys
Auto Trait Implementations§
impl Freeze for CursorKeys
impl RefUnwindSafe for CursorKeys
impl Send for CursorKeys
impl Sync for CursorKeys
impl Unpin for CursorKeys
impl UnsafeUnpin for CursorKeys
impl UnwindSafe for CursorKeys
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