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