pub struct TooManyDepsRule {
pub threshold: usize,
}Expand description
Too many dependencies.
Fields§
§threshold: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for TooManyDepsRule
impl RefUnwindSafe for TooManyDepsRule
impl Send for TooManyDepsRule
impl Sync for TooManyDepsRule
impl Unpin for TooManyDepsRule
impl UnsafeUnpin for TooManyDepsRule
impl UnwindSafe for TooManyDepsRule
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