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