Enum rustdoc::html::render::AssocItemLink [−][src]
Variants
Anchor(Option<&'a str>)
GotoSource(DefId, &'a FxHashSet<String>)
Methods
impl<'a> AssocItemLink<'a>
[src]
impl<'a> AssocItemLink<'a>
Trait Implementations
impl<'a> Copy for AssocItemLink<'a>
[src]
impl<'a> Copy for AssocItemLink<'a>
impl<'a> Clone for AssocItemLink<'a>
[src]
impl<'a> Clone for AssocItemLink<'a>
fn clone(&self) -> AssocItemLink<'a>
[src]
fn clone(&self) -> AssocItemLink<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl<'a> Send for AssocItemLink<'a>
impl<'a> Send for AssocItemLink<'a>
impl<'a> Sync for AssocItemLink<'a>
impl<'a> Sync for AssocItemLink<'a>