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