pub struct DirectoryFileCountRule { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for DirectoryFileCountRule
impl Default for DirectoryFileCountRule
Source§impl Rule for DirectoryFileCountRule
impl Rule for DirectoryFileCountRule
fn name(&self) -> &'static str
fn check(&self, _file: &SourceFile) -> Vec<Offence>
fn check_workspace(&self, files: &[SourceFile]) -> Vec<Offence>
fn requirement(&self) -> Option<&'static str>
fn is_configured(&self) -> bool
Auto Trait Implementations§
impl Freeze for DirectoryFileCountRule
impl RefUnwindSafe for DirectoryFileCountRule
impl Send for DirectoryFileCountRule
impl Sync for DirectoryFileCountRule
impl Unpin for DirectoryFileCountRule
impl UnsafeUnpin for DirectoryFileCountRule
impl UnwindSafe for DirectoryFileCountRule
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