pub struct ArrangeActAssertRule;Implementations§
Source§impl ArrangeActAssertRule
impl ArrangeActAssertRule
pub const REGISTRIES: [&'static str; 2]
pub const TESTS_ROOT: &'static str = "tests/"
pub fn new() -> Self
Trait Implementations§
Source§impl Default for ArrangeActAssertRule
impl Default for ArrangeActAssertRule
Source§impl Rule for ArrangeActAssertRule
impl Rule for ArrangeActAssertRule
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
fn explanation(&self) -> RuleExplanation
Auto Trait Implementations§
impl Freeze for ArrangeActAssertRule
impl RefUnwindSafe for ArrangeActAssertRule
impl Send for ArrangeActAssertRule
impl Sync for ArrangeActAssertRule
impl Unpin for ArrangeActAssertRule
impl UnsafeUnpin for ArrangeActAssertRule
impl UnwindSafe for ArrangeActAssertRule
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