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