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