Enum rustdoc::clean::SelfTy[src]
pub enum SelfTy {
SelfStatic,
SelfValue,
SelfBorrowed(Option<Lifetime>, Mutability),
SelfOwned,
}Variants
SelfStatic | |
SelfValue | |
SelfBorrowed | |
SelfOwned |
pub enum SelfTy {
SelfStatic,
SelfValue,
SelfBorrowed(Option<Lifetime>, Mutability),
SelfOwned,
}SelfStatic | |
SelfValue | |
SelfBorrowed | |
SelfOwned |
impl PartialEq for SelfTyimpl<__D: Decoder<__E>, __E> Decodable<__D, __E> for SelfTyimpl<__S: Encoder<__E>, __E> Encodable<__S, __E> for SelfTyimpl Clone for SelfTyfn clone(&self) -> SelfTyfn 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).