pub enum Ignore<'t> {
Comment(&'t str),
MultilineComment(&'t str),
Newline,
Whitespace,
}
Variants§
Trait Implementations§
impl<'t> Copy for Ignore<'t>
impl<'t> StructuralPartialEq for Ignore<'t>
Auto Trait Implementations§
impl<'t> Freeze for Ignore<'t>
impl<'t> RefUnwindSafe for Ignore<'t>
impl<'t> Send for Ignore<'t>
impl<'t> Sync for Ignore<'t>
impl<'t> Unpin for Ignore<'t>
impl<'t> UnwindSafe for Ignore<'t>
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