pub struct Whitespaces;Expand description
Recognize at least one whitespace
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Whitespaces
impl RefUnwindSafe for Whitespaces
impl Send for Whitespaces
impl Sync for Whitespaces
impl Unpin for Whitespaces
impl UnwindSafe for Whitespaces
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