pub enum SyntaxErrorSeverity {
Error,
Warning,
}
Variants§
Trait Implementations§
Source§impl Clone for SyntaxErrorSeverity
impl Clone for SyntaxErrorSeverity
Source§fn clone(&self) -> SyntaxErrorSeverity
fn clone(&self) -> SyntaxErrorSeverity
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 SyntaxErrorSeverity
impl Debug for SyntaxErrorSeverity
Source§impl Hash for SyntaxErrorSeverity
impl Hash for SyntaxErrorSeverity
Source§impl PartialEq for SyntaxErrorSeverity
impl PartialEq for SyntaxErrorSeverity
impl Eq for SyntaxErrorSeverity
impl StructuralPartialEq for SyntaxErrorSeverity
Auto Trait Implementations§
impl Freeze for SyntaxErrorSeverity
impl RefUnwindSafe for SyntaxErrorSeverity
impl Send for SyntaxErrorSeverity
impl Sync for SyntaxErrorSeverity
impl Unpin for SyntaxErrorSeverity
impl UnwindSafe for SyntaxErrorSeverity
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