Struct rustdoc::clean::Impl [−][src]
pub struct Impl { pub unsafety: Unsafety, pub generics: Generics, pub provided_trait_methods: FxHashSet<String>, pub trait_: Option<Type>, pub for_: Type, pub items: Vec<Item>, pub polarity: Option<ImplPolarity>, pub synthetic: bool, }
Fields
unsafety: Unsafety
generics: Generics
provided_trait_methods: FxHashSet<String>
trait_: Option<Type>
for_: Type
items: Vec<Item>
polarity: Option<ImplPolarity>
synthetic: bool
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 Encodable for Impl
[src]
impl Encodable for Impl
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>
[src]
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
impl Decodable for Impl
[src]
impl Decodable for Impl
fn decode<__D: Decoder>(d: &mut __D) -> Result<Impl, __D::Error>
[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<Impl, __D::Error>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
impl Debug for Impl
[src]
impl Debug for Impl
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for Impl
[src]
impl Display for Impl