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