Struct rustdoc::html::render::Impl [−][src]
pub struct Impl { pub impl_item: Item, }
Metadata about implementations for a type or trait.
Fields
impl_item: Item
Methods
impl Impl
[src]
impl Impl
Trait Implementations
impl Clone for Impl
[src]
impl Clone for Impl
fn clone(&self) -> Impl
[src]
fn clone(&self) -> Impl
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
impl Debug for Impl
[src]
impl Debug for Impl