AssocItemLink in rustdoc::html::render - Rust (original) (raw)

enum AssocItemLink<'a> {
    Anchor(Option<&'a str>),
    GotoSource(ItemId, &'a FxIndexSet<Symbol>),
}

Variants§

§

Anchor(Option<&'a str>)

§

GotoSource(ItemId, &'a FxIndexSet<Symbol>)

Implementations§

Trait Implementations§

Auto Trait Implementations§

§

impl<'a> Freeze for AssocItemLink<'a>

§

impl<'a> RefUnwindSafe for AssocItemLink<'a>

§

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

§

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

§

impl<'a> Unpin for AssocItemLink<'a>

§

impl<'a> UnwindSafe for AssocItemLink<'a>

Blanket Implementations§

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 32 bytes

Size for each variant: