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 Notimpl Into<Literal> for Notimpl ToString for Notimpl Encodable for Notimpl Decodable for Notimpl PartialEq for Notimpl Eq for Notfn assert_receiver_is_total_eq(&self)impl Hash for Notfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Clone for Notfn clone(&self) -> Notfn 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).