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 ImplTrait Implementations
impl Clone for Impl[src]
impl Clone for Implfn clone(&self) -> Impl[src]
fn clone(&self) -> ImplReturns 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