pub struct LintSetting { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LintSetting
impl Clone for LintSetting
Source§fn clone(&self) -> LintSetting
fn clone(&self) -> LintSetting
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LintSetting
impl Debug for LintSetting
impl Eq for LintSetting
Source§impl PartialEq for LintSetting
impl PartialEq for LintSetting
impl StructuralPartialEq for LintSetting
Auto Trait Implementations§
impl Freeze for LintSetting
impl RefUnwindSafe for LintSetting
impl Send for LintSetting
impl Sync for LintSetting
impl Unpin for LintSetting
impl UnsafeUnpin for LintSetting
impl UnwindSafe for LintSetting
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