pub struct TestFileNamePostfixRule;Implementations§
Trait Implementations§
Source§impl Default for TestFileNamePostfixRule
impl Default for TestFileNamePostfixRule
Source§impl Rule for TestFileNamePostfixRule
impl Rule for TestFileNamePostfixRule
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 TestFileNamePostfixRule
impl RefUnwindSafe for TestFileNamePostfixRule
impl Send for TestFileNamePostfixRule
impl Sync for TestFileNamePostfixRule
impl Unpin for TestFileNamePostfixRule
impl UnsafeUnpin for TestFileNamePostfixRule
impl UnwindSafe for TestFileNamePostfixRule
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