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]
Derived Implementations
impl Debug for Impl
[src]
impl Decodable for Impl
[src]
impl Encodable for Impl
[src]
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