pub enum WordSwap {
Prev,
Next,
}Expand description
Direction in which swap exchanges text with an adjacent word.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WordSwap
impl RefUnwindSafe for WordSwap
impl Send for WordSwap
impl Sync for WordSwap
impl Unpin for WordSwap
impl UnsafeUnpin for WordSwap
impl UnwindSafe for WordSwap
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