pub struct EntryModeSet {
pub cursor_move_direction: CursorMoveDirection,
pub shift: Shift,
}Fields§
§cursor_move_direction: CursorMoveDirection§shift: ShiftTrait Implementations§
Source§impl AsyncCommand for EntryModeSet
Available on crate feature async only.
impl AsyncCommand for EntryModeSet
Available on crate feature
async only.Source§impl Clone for EntryModeSet
impl Clone for EntryModeSet
Source§fn clone(&self) -> EntryModeSet
fn clone(&self) -> EntryModeSet
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 EntryModeSet
impl Debug for EntryModeSet
Source§impl Default for EntryModeSet
impl Default for EntryModeSet
Source§impl From<EntryModeSet> for Commands
impl From<EntryModeSet> for Commands
Source§fn from(cmd: EntryModeSet) -> Self
fn from(cmd: EntryModeSet) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EntryModeSet
impl PartialEq for EntryModeSet
Source§impl SyncCommand for EntryModeSet
impl SyncCommand for EntryModeSet
impl Eq for EntryModeSet
impl StructuralPartialEq for EntryModeSet
Auto Trait Implementations§
impl Freeze for EntryModeSet
impl RefUnwindSafe for EntryModeSet
impl Send for EntryModeSet
impl Sync for EntryModeSet
impl Unpin for EntryModeSet
impl UnwindSafe for EntryModeSet
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