pub struct ModuleNestingRule;Expand description
Detects overly deep module nesting
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModuleNestingRule
impl RefUnwindSafe for ModuleNestingRule
impl Send for ModuleNestingRule
impl Sync for ModuleNestingRule
impl Unpin for ModuleNestingRule
impl UnwindSafe for ModuleNestingRule
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