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 Function
impl Into<Term> for Function
impl ToString for Function
impl Encodable for Function
impl Decodable for Function
impl PartialEq for Function
impl Eq for Function
fn assert_receiver_is_total_eq(&self)
impl Hash for Function
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Clone for Function
fn clone(&self) -> Function
fn 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
).