Struct rustdoc::clean::Struct
[−]
[src]
pub struct Struct { pub struct_type: StructType, pub generics: Generics, pub fields: Vec<Item>, pub fields_stripped: bool, }
Unstable (
rustdoc
)Fields
struct_type: StructType
Unstable (
rustdoc
)generics: Generics
Unstable (
rustdoc
)fields: Vec<Item>
Unstable (
rustdoc
)fields_stripped: bool
Unstable (
rustdoc
)Trait Implementations
Derived Implementations
impl Debug for Struct
[src]
impl Decodable for Struct
[src]
impl Encodable for Struct
[src]
impl Clone for Struct
[src]
fn clone(&self) -> Struct
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