pub struct MD051LinkFragments;Expand description
Rule MD051: Link fragments should exist
This rule is triggered when a link fragment (the part after #) doesn’t exist in the document.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MD051LinkFragments
impl RefUnwindSafe for MD051LinkFragments
impl Send for MD051LinkFragments
impl Sync for MD051LinkFragments
impl Unpin for MD051LinkFragments
impl UnwindSafe for MD051LinkFragments
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