Enum gdl_parser::Term
[−]
[src]
pub enum Term { VarTerm(Variable), FuncTerm(Function), ConstTerm(Constant), }
A GDL term is either a variable, a function, or a constant
Variants
VarTerm | |
FuncTerm | |
ConstTerm |
pub enum Term { VarTerm(Variable), FuncTerm(Function), ConstTerm(Constant), }
A GDL term is either a variable, a function, or a constant
VarTerm | |
FuncTerm | |
ConstTerm |
impl Term
impl Display for Term
impl PartialOrd for Term
fn partial_cmp(&self, __arg_0: &Term) -> Option<Ordering>
fn lt(&self, __arg_0: &Term) -> bool
fn le(&self, __arg_0: &Term) -> bool
fn gt(&self, __arg_0: &Term) -> bool
fn ge(&self, __arg_0: &Term) -> bool
impl Ord for Term
impl Encodable for Term
impl Decodable for Term
impl PartialEq for Term
impl Eq for Term
impl Hash for Term
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Clone for Term
fn clone(&self) -> Term
fn clone_from(&mut self, source: &Self)
impl Debug for Term
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
, enum
,
trait
, typedef
(or
tdef
).