pub struct OptionalWhitespaces;Expand description
Recognize zero or more whitespaces
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OptionalWhitespaces
impl RefUnwindSafe for OptionalWhitespaces
impl Send for OptionalWhitespaces
impl Sync for OptionalWhitespaces
impl Unpin for OptionalWhitespaces
impl UnwindSafe for OptionalWhitespaces
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