Enum Word

enum Word

Different word definitions

Variants

Big

non-blanks characters

Emacs

alphanumeric characters

Vi

alphanumeric (and '_') characters

Implementations

impl Clone for Word

fn clone(self: &Self) -> Word

impl Copy for Word

impl Debug for Word

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Eq for Word

impl Freeze for Word

impl PartialEq for Word

fn eq(self: &Self, other: &Word) -> bool

impl RefUnwindSafe for Word

impl Send for Word

impl StructuralPartialEq for Word

impl Sync for Word

impl Unpin for Word

impl UnsafeUnpin for Word

impl UnwindSafe for Word

impl<T> Any for Word

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Word

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for Word

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for Word

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for Word

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for Word

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for Word

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for Word

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for Word

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>