pub enum Wordish {}
Expand description
Treat any contiguous sequence of “word” characters (according to Unicode’s definition of the \w
regular expression class) or any other single character as a word.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Wordish
impl RefUnwindSafe for Wordish
impl Send for Wordish
impl Sync for Wordish
impl Unpin for Wordish
impl UnwindSafe for Wordish
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