Struct clippy_config::metadata::ClippyConfiguration
source · pub struct ClippyConfiguration {
pub name: String,
pub default: String,
pub lints: &'static [&'static str],
pub doc: &'static str,
pub deprecation_reason: Option<&'static str>,
}
Fields§
§name: String
§default: String
§lints: &'static [&'static str]
§doc: &'static str
§deprecation_reason: Option<&'static str>
Implementations§
source§impl ClippyConfiguration
impl ClippyConfiguration
pub fn to_markdown_paragraph(&self) -> String
pub fn to_markdown_link(&self) -> String
Trait Implementations§
source§impl Clone for ClippyConfiguration
impl Clone for ClippyConfiguration
source§fn clone(&self) -> ClippyConfiguration
fn clone(&self) -> ClippyConfiguration
Returns a copy 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 ClippyConfiguration
impl Debug for ClippyConfiguration
source§impl Default for ClippyConfiguration
impl Default for ClippyConfiguration
source§fn default() -> ClippyConfiguration
fn default() -> ClippyConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClippyConfiguration
impl RefUnwindSafe for ClippyConfiguration
impl Send for ClippyConfiguration
impl Sync for ClippyConfiguration
impl Unpin for ClippyConfiguration
impl UnwindSafe for ClippyConfiguration
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreLayout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 96 bytes