pub enum LintProfile {
Core,
Surface,
Strict,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LintProfile
impl Clone for LintProfile
Source§fn clone(&self) -> LintProfile
fn clone(&self) -> LintProfile
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 LintProfile
impl Debug for LintProfile
Source§impl Default for LintProfile
impl Default for LintProfile
Source§fn default() -> LintProfile
fn default() -> LintProfile
Returns the “default value” for a type. Read more
Source§impl FromStr for LintProfile
impl FromStr for LintProfile
Source§impl Ord for LintProfile
impl Ord for LintProfile
Source§fn cmp(&self, other: &LintProfile) -> Ordering
fn cmp(&self, other: &LintProfile) -> Ordering
1.21.0 · 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 LintProfile
impl PartialEq for LintProfile
Source§impl PartialOrd for LintProfile
impl PartialOrd for LintProfile
Source§impl Serialize for LintProfile
impl Serialize for LintProfile
impl Copy for LintProfile
impl Eq for LintProfile
impl StructuralPartialEq for LintProfile
Auto Trait Implementations§
impl Freeze for LintProfile
impl RefUnwindSafe for LintProfile
impl Send for LintProfile
impl Sync for LintProfile
impl Unpin for LintProfile
impl UnsafeUnpin for LintProfile
impl UnwindSafe for LintProfile
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