pub enum ParsingErrorLevel {
Warning,
Error,
}
Variants§
Trait Implementations§
Source§impl Clone for ParsingErrorLevel
impl Clone for ParsingErrorLevel
Source§fn clone(&self) -> ParsingErrorLevel
fn clone(&self) -> ParsingErrorLevel
Returns a duplicate of the value. Read more
1.0.0 · 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 ParsingErrorLevel
impl Debug for ParsingErrorLevel
Source§impl PartialEq for ParsingErrorLevel
impl PartialEq for ParsingErrorLevel
impl StructuralPartialEq for ParsingErrorLevel
Auto Trait Implementations§
impl Freeze for ParsingErrorLevel
impl RefUnwindSafe for ParsingErrorLevel
impl Send for ParsingErrorLevel
impl Sync for ParsingErrorLevel
impl Unpin for ParsingErrorLevel
impl UnwindSafe for ParsingErrorLevel
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