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 Display for Function
impl PartialOrd for Function
fn partial_cmp(&self, __arg_0: &Function) -> Option<Ordering>
fn lt(&self, __arg_0: &Function) -> bool
fn le(&self, __arg_0: &Function) -> bool
fn gt(&self, __arg_0: &Function) -> bool
fn ge(&self, __arg_0: &Function) -> bool
impl Ord for Function
impl Encodable for Function
impl Decodable for Function
impl PartialEq for Function
impl Eq for Function
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
).