pub enum QueryLintSeverity {
Error,
Warning,
Info,
}Variants§
Trait Implementations§
Source§impl Clone for QueryLintSeverity
impl Clone for QueryLintSeverity
Source§fn clone(&self) -> QueryLintSeverity
fn clone(&self) -> QueryLintSeverity
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 QueryLintSeverity
impl Debug for QueryLintSeverity
Source§impl PartialEq for QueryLintSeverity
impl PartialEq for QueryLintSeverity
Source§fn eq(&self, other: &QueryLintSeverity) -> bool
fn eq(&self, other: &QueryLintSeverity) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for QueryLintSeverity
impl Serialize for QueryLintSeverity
impl Copy for QueryLintSeverity
impl Eq for QueryLintSeverity
impl StructuralPartialEq for QueryLintSeverity
Auto Trait Implementations§
impl Freeze for QueryLintSeverity
impl RefUnwindSafe for QueryLintSeverity
impl Send for QueryLintSeverity
impl Sync for QueryLintSeverity
impl Unpin for QueryLintSeverity
impl UnsafeUnpin for QueryLintSeverity
impl UnwindSafe for QueryLintSeverity
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