pub enum LintCheckGroup {
Identity,
KnowledgeGraph,
Memories,
Operations,
Pages,
Runtime,
Serving,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LintCheckGroup
impl Clone for LintCheckGroup
Source§fn clone(&self) -> LintCheckGroup
fn clone(&self) -> LintCheckGroup
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 moreimpl Copy for LintCheckGroup
Source§impl Debug for LintCheckGroup
impl Debug for LintCheckGroup
Source§impl<'de> Deserialize<'de> for LintCheckGroup
impl<'de> Deserialize<'de> for LintCheckGroup
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LintCheckGroup
Source§impl Ord for LintCheckGroup
impl Ord for LintCheckGroup
Source§fn cmp(&self, other: &LintCheckGroup) -> Ordering
fn cmp(&self, other: &LintCheckGroup) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LintCheckGroup
impl PartialEq for LintCheckGroup
Source§impl PartialOrd for LintCheckGroup
impl PartialOrd for LintCheckGroup
Source§impl Serialize for LintCheckGroup
impl Serialize for LintCheckGroup
impl StructuralPartialEq for LintCheckGroup
Auto Trait Implementations§
impl Freeze for LintCheckGroup
impl RefUnwindSafe for LintCheckGroup
impl Send for LintCheckGroup
impl Sync for LintCheckGroup
impl Unpin for LintCheckGroup
impl UnsafeUnpin for LintCheckGroup
impl UnwindSafe for LintCheckGroup
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