pub enum YankTypeSnapshot {
Characterwise,
Linewise,
}Expand description
Yank type for snapshot (mirrors YankType but decoupled).
Variants§
Trait Implementations§
Source§impl Clone for YankTypeSnapshot
impl Clone for YankTypeSnapshot
Source§fn clone(&self) -> YankTypeSnapshot
fn clone(&self) -> YankTypeSnapshot
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 YankTypeSnapshot
impl Debug for YankTypeSnapshot
Source§impl From<YankType> for YankTypeSnapshot
impl From<YankType> for YankTypeSnapshot
Source§impl PartialEq for YankTypeSnapshot
impl PartialEq for YankTypeSnapshot
impl Copy for YankTypeSnapshot
impl Eq for YankTypeSnapshot
impl StructuralPartialEq for YankTypeSnapshot
Auto Trait Implementations§
impl Freeze for YankTypeSnapshot
impl RefUnwindSafe for YankTypeSnapshot
impl Send for YankTypeSnapshot
impl Sync for YankTypeSnapshot
impl Unpin for YankTypeSnapshot
impl UnsafeUnpin for YankTypeSnapshot
impl UnwindSafe for YankTypeSnapshot
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