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> UnwindSafe for LinkDef<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more