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