Enum gdl_parser::Literal
[−]
[src]
pub enum Literal { NotLit(Not), OrLit(Or), DistinctLit(Distinct), PropLit(Proposition), RelLit(Relation), }
A GDL literal
Variants
NotLit | |
OrLit | |
DistinctLit | |
PropLit | |
RelLit |
pub enum Literal { NotLit(Not), OrLit(Or), DistinctLit(Distinct), PropLit(Proposition), RelLit(Relation), }
A GDL literal
NotLit | |
OrLit | |
DistinctLit | |
PropLit | |
RelLit |
impl Display for Literal
impl PartialOrd for Literal
fn partial_cmp(&self, __arg_0: &Literal) -> Option<Ordering>
fn lt(&self, __arg_0: &Literal) -> bool
fn le(&self, __arg_0: &Literal) -> bool
fn gt(&self, __arg_0: &Literal) -> bool
fn ge(&self, __arg_0: &Literal) -> bool
impl Ord for Literal
impl Encodable for Literal
impl Decodable for Literal
impl PartialEq for Literal
impl Eq for Literal
impl Hash for Literal
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Clone for Literal
fn clone(&self) -> Literal
fn clone_from(&mut self, source: &Self)
impl Debug for Literal
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
).