Enum rustdoc::clean::SelfTyUnstable [-] [+] [src]

pub enum SelfTy {
    SelfStatic,
    SelfValue,
    SelfBorrowed(Option<Lifetime>, Mutability),
    SelfExplicit(Type),
}

Variants

SelfStatic
SelfValue
SelfBorrowed
SelfExplicit

Trait Implementations

Derived Implementations

impl Debug for SelfTy

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for SelfTy

fn eq(&self, __arg_0: &SelfTy) -> bool

fn ne(&self, __arg_0: &SelfTy) -> bool

impl Decodable for SelfTy

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<SelfTy, __D>

impl Encodable for SelfTy

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S>

impl Clone for SelfTy

fn clone(&self) -> SelfTy

fn clone_from(&mut self, source: &Self)