pub struct MissingMasterRule;Expand description
Rule: Check for plugins with missing master dependencies.
Trait Implementations§
Source§impl DiagnosticRule for MissingMasterRule
impl DiagnosticRule for MissingMasterRule
fn name(&self) -> &'static str
fn check(&self, ctx: &DiagContext<'_>) -> Vec<Diagnostic>
Auto Trait Implementations§
impl Freeze for MissingMasterRule
impl RefUnwindSafe for MissingMasterRule
impl Send for MissingMasterRule
impl Sync for MissingMasterRule
impl Unpin for MissingMasterRule
impl UnsafeUnpin for MissingMasterRule
impl UnwindSafe for MissingMasterRule
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