Struct rustdoc::html::render::Impl
[−]
[src]
pub struct Impl { pub impl_item: Item, }
Unstable (
rustdoc
)Metadata about implementations for a type.
Fields
impl_item: Item
Unstable (
rustdoc
)Trait Implementations
Derived Implementations
impl Clone for Impl
[src]
fn clone(&self) -> Impl
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more