Struct syntax::ast::WhereClauseUnstable [-] [+] [src]

pub struct WhereClause {
    pub id: NodeId,
    pub predicates: Vec<WherePredicate>,
}

Fields

id
predicates

Trait Implementations

Derived Implementations

impl Debug for WhereClause

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for WhereClause

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Decodable for WhereClause

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<WhereClause, Error>

impl Encodable for WhereClause

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), Error>

impl Eq for WhereClause

fn assert_receiver_is_total_eq(&self)

impl PartialEq for WhereClause

fn eq(&self, __arg_0: &WhereClause) -> bool

fn ne(&self, __arg_0: &WhereClause) -> bool

impl Clone for WhereClause

fn clone(&self) -> WhereClause

fn clone_from(&mut self, source: &Self)