pub struct AdaptersConfig {
pub clippy: ClippyAdapterConfig,
}Fields§
§clippy: ClippyAdapterConfigTrait Implementations§
Source§impl Clone for AdaptersConfig
impl Clone for AdaptersConfig
Source§fn clone(&self) -> AdaptersConfig
fn clone(&self) -> AdaptersConfig
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 AdaptersConfig
impl Debug for AdaptersConfig
Source§impl Default for AdaptersConfig
impl Default for AdaptersConfig
Source§fn default() -> AdaptersConfig
fn default() -> AdaptersConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdaptersConfig
impl<'de> Deserialize<'de> for AdaptersConfig
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
Auto Trait Implementations§
impl Freeze for AdaptersConfig
impl RefUnwindSafe for AdaptersConfig
impl Send for AdaptersConfig
impl Sync for AdaptersConfig
impl Unpin for AdaptersConfig
impl UnsafeUnpin for AdaptersConfig
impl UnwindSafe for AdaptersConfig
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