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