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