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