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