pub struct FragilityRule;Trait Implementations§
Source§impl Rule for FragilityRule
impl Rule for FragilityRule
fn name(&self) -> &str
fn evaluate(&self, ctx: &RuleContext<'_>) -> Vec<Diagnostic>
Auto Trait Implementations§
impl Freeze for FragilityRule
impl RefUnwindSafe for FragilityRule
impl Send for FragilityRule
impl Sync for FragilityRule
impl Unpin for FragilityRule
impl UnsafeUnpin for FragilityRule
impl UnwindSafe for FragilityRule
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