Struct rustdoc::clean::Impl [] [src]

pub struct Impl {
    pub unsafety: Unsafety,
    pub generics: Generics,
    pub provided_trait_methods: HashSet<String>,
    pub trait_: Option<Type>,
    pub for_: Type,
    pub items: Vec<Item>,
    pub derived: bool,
    pub polarity: Option<ImplPolarity>,
}
Unstable (rustdoc)

Fields

unsafety: Unsafety
Unstable (rustdoc)
generics: Generics
Unstable (rustdoc)
provided_trait_methods: HashSet<String>
Unstable (rustdoc)
trait_: Option<Type>
Unstable (rustdoc)
for_: Type
Unstable (rustdoc)
items: Vec<Item>
Unstable (rustdoc)
derived: bool
Unstable (rustdoc)
polarity: Option<ImplPolarity>
Unstable (rustdoc)

Trait Implementations

impl Display for Impl
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

Derived Implementations

impl Debug for Impl
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Decodable for Impl
[src]

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

impl Encodable for Impl
[src]

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

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