pub struct FileComplexityRule;Implementations§
Source§impl FileComplexityRule
impl FileComplexityRule
pub fn static_info() -> RuleInfo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileComplexityRule
impl RefUnwindSafe for FileComplexityRule
impl Send for FileComplexityRule
impl Sync for FileComplexityRule
impl Unpin for FileComplexityRule
impl UnsafeUnpin for FileComplexityRule
impl UnwindSafe for FileComplexityRule
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