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