Enum racer::core::Ty [] [src]

pub enum Ty {
    TyMatch(Match),
    TyPathSearch(Path, Scope),
    TyTuple(Vec<Ty>),
    TyMatchVec(Vec<Match>),
    TyUnsupported,
}

Variants

TyMatch
TyPathSearch
TyTuple
TyMatchVec
TyUnsupported

Trait Implementations

Derived Implementations

impl Clone for Ty

fn clone(&self) -> Ty

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

impl Debug for Ty

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