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 ToString for Functionimpl Encodable for Functionimpl Decodable for Functionimpl PartialEq for Functionimpl Eq for Functionfn assert_receiver_is_total_eq(&self)impl 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).