Struct rustdoc::html::render::Impl[][src]

pub struct Impl {
    pub impl_item: Item,
}

Metadata about implementations for a type or trait.

Fields

Methods

impl Impl
[src]

Trait Implementations

impl Clone for Impl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Impl
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Impl

impl !Sync for Impl