Struct pulldown_cmark::LinkDef
source · [−]pub struct LinkDef<'a> {
pub dest: CowStr<'a>,
pub title: Option<CowStr<'a>>,
pub span: Range<usize>,
}
Expand description
Contains the destination URL, title and source span of a reference definition.
Fields
dest: CowStr<'a>
title: Option<CowStr<'a>>
span: Range<usize>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for LinkDef<'a>
impl<'a> Send for LinkDef<'a>
impl<'a> Sync for LinkDef<'a>
impl<'a> Unpin for LinkDef<'a>
impl<'a> UnwindSafe for LinkDef<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more