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