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