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