Struct gdl_parser::Not [-] [+] [src]

pub struct Not {
    pub lit: Box<Literal>,
}

A not literal

Fields

lit

Methods

impl Not

fn new(lit: Box<Literal>) -> Not

Trait Implementations

impl Into<Literal> for Not

fn into(self) -> Literal

impl ToString for Not

fn to_string(&self) -> String

Derived Implementations

impl Encodable for Not

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S>

impl Decodable for Not

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Not, __D>

impl PartialEq for Not

fn eq(&self, __arg_0: &Not) -> bool

fn ne(&self, __arg_0: &Not) -> bool

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result