pub enum ParserTolerance {
IgnoreAll,
Safe,
Pedantic,
}Variants§
Trait Implementations§
Source§impl Clone for ParserTolerance
impl Clone for ParserTolerance
Source§fn clone(&self) -> ParserTolerance
fn clone(&self) -> ParserTolerance
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParserTolerance
impl Debug for ParserTolerance
Source§impl Default for ParserTolerance
impl Default for ParserTolerance
impl Copy for ParserTolerance
Auto Trait Implementations§
impl Freeze for ParserTolerance
impl RefUnwindSafe for ParserTolerance
impl Send for ParserTolerance
impl Sync for ParserTolerance
impl Unpin for ParserTolerance
impl UnsafeUnpin for ParserTolerance
impl UnwindSafe for ParserTolerance
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