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