Struct rustdoc::clean::TyParam[src]
pub struct TyParam {
pub name: String,
pub did: DefId,
pub bounds: Vec<TyParamBound>,
pub default: Option<Type>,
}Fields
name | |
did | |
bounds | |
default |
pub struct TyParam {
pub name: String,
pub did: DefId,
pub bounds: Vec<TyParamBound>,
pub default: Option<Type>,
}name | |
did | |
bounds | |
default |
impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for TyParamimpl<__S: Encoder<__E>, __E> Encodable<__S, __E> for TyParamimpl Clone for TyParamfn clone(&self) -> TyParamfn 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).