#[repr(u32)]pub enum BNTypeParserErrorSeverity {
IgnoredSeverity = 0,
NoteSeverity = 1,
RemarkSeverity = 2,
WarningSeverity = 3,
ErrorSeverity = 4,
FatalSeverity = 5,
}
Variants§
IgnoredSeverity = 0
NoteSeverity = 1
RemarkSeverity = 2
WarningSeverity = 3
ErrorSeverity = 4
FatalSeverity = 5
Trait Implementations§
source§impl Clone for BNTypeParserErrorSeverity
impl Clone for BNTypeParserErrorSeverity
source§fn clone(&self) -> BNTypeParserErrorSeverity
fn clone(&self) -> BNTypeParserErrorSeverity
Returns a copy 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 BNTypeParserErrorSeverity
impl Debug for BNTypeParserErrorSeverity
source§impl Hash for BNTypeParserErrorSeverity
impl Hash for BNTypeParserErrorSeverity
impl Copy for BNTypeParserErrorSeverity
impl Eq for BNTypeParserErrorSeverity
impl StructuralPartialEq for BNTypeParserErrorSeverity
Auto Trait Implementations§
impl Freeze for BNTypeParserErrorSeverity
impl RefUnwindSafe for BNTypeParserErrorSeverity
impl Send for BNTypeParserErrorSeverity
impl Sync for BNTypeParserErrorSeverity
impl Unpin for BNTypeParserErrorSeverity
impl UnwindSafe for BNTypeParserErrorSeverity
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)