pub struct QueryLintSchemaSource {
pub kind: QueryLintSchemaSourceKind,
pub path: Option<String>,
pub uri: Option<String>,
}Fields§
§kind: QueryLintSchemaSourceKind§path: Option<String>§uri: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for QueryLintSchemaSource
impl Clone for QueryLintSchemaSource
Source§fn clone(&self) -> QueryLintSchemaSource
fn clone(&self) -> QueryLintSchemaSource
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 QueryLintSchemaSource
impl Debug for QueryLintSchemaSource
Source§impl PartialEq for QueryLintSchemaSource
impl PartialEq for QueryLintSchemaSource
Source§fn eq(&self, other: &QueryLintSchemaSource) -> bool
fn eq(&self, other: &QueryLintSchemaSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for QueryLintSchemaSource
impl Serialize for QueryLintSchemaSource
impl Eq for QueryLintSchemaSource
impl StructuralPartialEq for QueryLintSchemaSource
Auto Trait Implementations§
impl Freeze for QueryLintSchemaSource
impl RefUnwindSafe for QueryLintSchemaSource
impl Send for QueryLintSchemaSource
impl Sync for QueryLintSchemaSource
impl Unpin for QueryLintSchemaSource
impl UnsafeUnpin for QueryLintSchemaSource
impl UnwindSafe for QueryLintSchemaSource
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