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 ToString for Not
impl Encodable for Not
impl Decodable for Not
impl PartialEq for Not
impl Eq for Not
fn assert_receiver_is_total_eq(&self)
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
).