Struct rustdoc::clean::types::Impl [−][src]
pub(crate) struct Impl {
pub(crate) span: Span,
pub(crate) unsafety: Unsafety,
pub(crate) generics: Generics,
pub(crate) trait_: Option<Path>,
pub(crate) for_: Type,
pub(crate) items: Vec<Item>,
pub(crate) negative_polarity: bool,
pub(crate) synthetic: bool,
pub(crate) blanket_impl: Option<Box<Type>>,
}
Fields
span: Span
unsafety: Unsafety
generics: Generics
trait_: Option<Path>
for_: Type
items: Vec<Item>
negative_polarity: bool
synthetic: bool
blanket_impl: Option<Box<Type>>
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Impl
impl !UnwindSafe for Impl
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 216 bytes