Struct pulldown_cmark::BrokenLink
source · [−]pub struct BrokenLink<'a> {
pub span: Range<usize>,
pub link_type: LinkType,
pub reference: &'a str,
}
Fields
span: Range<usize>
link_type: LinkType
reference: &'a str
Auto Trait Implementations
impl<'a> RefUnwindSafe for BrokenLink<'a>
impl<'a> Send for BrokenLink<'a>
impl<'a> Sync for BrokenLink<'a>
impl<'a> Unpin for BrokenLink<'a>
impl<'a> UnwindSafe for BrokenLink<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more