pub enum WordChar {
Blank,
Keyword,
NonBlank,
}Variants§
Trait Implementations§
impl Copy for WordChar
impl Eq for WordChar
impl StructuralPartialEq for WordChar
Auto Trait Implementations§
impl Freeze for WordChar
impl RefUnwindSafe for WordChar
impl Send for WordChar
impl Sync for WordChar
impl Unpin for WordChar
impl UnwindSafe for WordChar
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