pub struct ModuleComplexityRule;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModuleComplexityRule
impl RefUnwindSafe for ModuleComplexityRule
impl Send for ModuleComplexityRule
impl Sync for ModuleComplexityRule
impl Unpin for ModuleComplexityRule
impl UnwindSafe for ModuleComplexityRule
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