pub enum ExactSpace {}
Expand description
Matches all whitespace exactly, and does not skip any.
Trait Implementations§
Source§impl Debug for ExactSpace
impl Debug for ExactSpace
Auto Trait Implementations§
impl Freeze for ExactSpace
impl RefUnwindSafe for ExactSpace
impl Send for ExactSpace
impl Sync for ExactSpace
impl Unpin for ExactSpace
impl UnwindSafe for ExactSpace
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