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