pub enum IgnoreSpace {}
Expand description
Ignores all whitespace entirely.
Trait Implementations§
Source§impl Debug for IgnoreSpace
impl Debug for IgnoreSpace
Auto Trait Implementations§
impl Freeze for IgnoreSpace
impl RefUnwindSafe for IgnoreSpace
impl Send for IgnoreSpace
impl Sync for IgnoreSpace
impl Unpin for IgnoreSpace
impl UnwindSafe for IgnoreSpace
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