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