Struct rustdoc::clean::ImplExperimental [-]  [+] [src]

pub struct Impl {
    pub generics: Generics,
    pub trait_: Option<Type>,
    pub for_: Type,
    pub items: Vec<Item>,
    pub derived: bool,
}

Fields

generics
trait_
for_
items
derived

Trait Implementations

Derived Implementations

impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for Impl

fn decode(__arg_0: &mut __D) -> Result<Impl, __E>

impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for Impl

fn encode(&self, __arg_0: &mut __S) -> Result<(), __E>

impl Clone for Impl

fn clone(&self) -> Impl

fn clone_from(&mut self, source: &Self)