pub struct DuplicateTypesAliasConfig {
pub level: Level,
pub min_occurrences: usize,
pub min_len: usize,
pub exclude_outer: Vec<String>,
}Fields§
§level: Level§min_occurrences: usize§min_len: usize§exclude_outer: Vec<String>Trait Implementations§
Source§impl Clone for DuplicateTypesAliasConfig
impl Clone for DuplicateTypesAliasConfig
Source§fn clone(&self) -> DuplicateTypesAliasConfig
fn clone(&self) -> DuplicateTypesAliasConfig
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 DuplicateTypesAliasConfig
impl Debug for DuplicateTypesAliasConfig
Source§impl Default for DuplicateTypesAliasConfig
impl Default for DuplicateTypesAliasConfig
Source§impl<'de> Deserialize<'de> for DuplicateTypesAliasConfig
impl<'de> Deserialize<'de> for DuplicateTypesAliasConfig
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
Source§impl RuleOptions for DuplicateTypesAliasConfig
impl RuleOptions for DuplicateTypesAliasConfig
fn default_level() -> Level
Auto Trait Implementations§
impl Freeze for DuplicateTypesAliasConfig
impl RefUnwindSafe for DuplicateTypesAliasConfig
impl Send for DuplicateTypesAliasConfig
impl Sync for DuplicateTypesAliasConfig
impl Unpin for DuplicateTypesAliasConfig
impl UnsafeUnpin for DuplicateTypesAliasConfig
impl UnwindSafe for DuplicateTypesAliasConfig
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