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