Struct rustdoc::clean::Trait[src]
pub struct Trait {
pub methods: Vec<TraitMethod>,
pub generics: Generics,
pub parents: Vec<Type>,
}Fields
methods | |
generics | |
parents |
pub struct Trait {
pub methods: Vec<TraitMethod>,
pub generics: Generics,
pub parents: Vec<Type>,
}methods | |
generics | |
parents |
impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for Traitimpl<__S: Encoder<__E>, __E> Encodable<__S, __E> for Traitimpl Clone for Traitfn clone(&self) -> Traitfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).