pub struct LintConfigSelection { /* private fields */ }Implementations§
Source§impl LintConfigSelection
impl LintConfigSelection
pub const fn new(setting: LintConfigSetting, value: LintConfigValue) -> Self
pub const fn count(setting: LintConfigSetting, value: u64) -> Self
pub const fn digest(setting: LintConfigSetting, value: [u8; 32]) -> Self
Trait Implementations§
Source§impl Clone for LintConfigSelection
impl Clone for LintConfigSelection
Source§fn clone(&self) -> LintConfigSelection
fn clone(&self) -> LintConfigSelection
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 moreimpl Copy for LintConfigSelection
Source§impl Debug for LintConfigSelection
impl Debug for LintConfigSelection
impl Eq for LintConfigSelection
Source§impl Ord for LintConfigSelection
impl Ord for LintConfigSelection
Source§fn cmp(&self, other: &LintConfigSelection) -> Ordering
fn cmp(&self, other: &LintConfigSelection) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LintConfigSelection
impl PartialEq for LintConfigSelection
Source§impl PartialOrd for LintConfigSelection
impl PartialOrd for LintConfigSelection
impl StructuralPartialEq for LintConfigSelection
Auto Trait Implementations§
impl Freeze for LintConfigSelection
impl RefUnwindSafe for LintConfigSelection
impl Send for LintConfigSelection
impl Sync for LintConfigSelection
impl Unpin for LintConfigSelection
impl UnsafeUnpin for LintConfigSelection
impl UnwindSafe for LintConfigSelection
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