Enum rustdoc::html::render::AssocItemLink[][src]

enum AssocItemLink<'a> {
    Anchor(Option<&'a str>),
    GotoSource(DefId, &'a FxHashSet<String>),
}

Variants

Methods

impl<'a> AssocItemLink<'a>
[src]

Trait Implementations

impl<'a> Copy for AssocItemLink<'a>
[src]

impl<'a> Clone for AssocItemLink<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for AssocItemLink<'a>

impl<'a> Sync for AssocItemLink<'a>