[][src]Struct cargo_scout_lib::linter::clippy::Clippy

pub struct Clippy { /* fields omitted */ }

Methods

impl Clippy[src]

pub fn set_verbose(&mut self, verbose: bool) -> &mut Self[src]

pub fn set_no_default_features(
    &mut self,
    no_default_features: bool
) -> &mut Self
[src]

pub fn set_all_features(&mut self, all_features: bool) -> &mut Self[src]

pub fn set_features(&mut self, features: Option<String>) -> &mut Self[src]

pub fn set_preview(&mut self, preview: bool) -> &mut Self[src]

Trait Implementations

impl Default for Clippy[src]

impl Linter for Clippy[src]

Auto Trait Implementations

impl RefUnwindSafe for Clippy

impl Send for Clippy

impl Sync for Clippy

impl Unpin for Clippy

impl UnwindSafe for Clippy

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.