Struct gdl_parser::Variable
[−]
[src]
pub struct Variable {
pub name: Constant,
}A variable term
Fields
name |
pub struct Variable {
pub name: Constant,
}A variable term
name |
impl Variableimpl Into<Term> for Variableimpl Display for Variableimpl PartialOrd for Variablefn partial_cmp(&self, __arg_0: &Variable) -> Option<Ordering>fn lt(&self, __arg_0: &Variable) -> boolfn le(&self, __arg_0: &Variable) -> boolfn gt(&self, __arg_0: &Variable) -> boolfn ge(&self, __arg_0: &Variable) -> boolimpl Ord for Variableimpl Encodable for Variableimpl Decodable for Variableimpl PartialEq for Variableimpl Eq for Variableimpl Hash for Variablefn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Clone for Variablefn clone(&self) -> Variablefn clone_from(&mut self, source: &Self)impl Debug for Variable
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).