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