pub struct EmptyLoopLintConfig { /* private fields */ }
Trait Implementations§
Source§impl Clone for EmptyLoopLintConfig
impl Clone for EmptyLoopLintConfig
Source§fn clone(&self) -> EmptyLoopLintConfig
fn clone(&self) -> EmptyLoopLintConfig
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 Default for EmptyLoopLintConfig
impl Default for EmptyLoopLintConfig
Source§fn default() -> EmptyLoopLintConfig
fn default() -> EmptyLoopLintConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EmptyLoopLintConfigwhere
EmptyLoopLintConfig: Default,
impl<'de> Deserialize<'de> for EmptyLoopLintConfigwhere
EmptyLoopLintConfig: Default,
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 Copy for EmptyLoopLintConfig
Auto Trait Implementations§
impl Freeze for EmptyLoopLintConfig
impl RefUnwindSafe for EmptyLoopLintConfig
impl Send for EmptyLoopLintConfig
impl Sync for EmptyLoopLintConfig
impl Unpin for EmptyLoopLintConfig
impl UnwindSafe for EmptyLoopLintConfig
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