Struct syntax::ast::WhereRegionPredicate  [−][src]
pub struct WhereRegionPredicate {
    pub span: Span,
    pub lifetime: Lifetime,
    pub bounds: GenericBounds,
}A lifetime predicate.
E.g. 'a: 'b+'c
Fields
span: Span
                           
                           
                           
                           lifetime: Lifetime
                           
                           
                           
                           bounds: GenericBounds
                           
                Trait Implementations
impl Clone for WhereRegionPredicate[src] 
impl Clone for WhereRegionPredicatefn clone(&self) -> WhereRegionPredicate[src] 
fn clone(&self) -> WhereRegionPredicateReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for WhereRegionPredicate[src] 
impl PartialEq for WhereRegionPredicatefn eq(&self, other: &WhereRegionPredicate) -> bool[src] 
fn eq(&self, other: &WhereRegionPredicate) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &WhereRegionPredicate) -> bool[src] 
fn ne(&self, other: &WhereRegionPredicate) -> boolThis method tests for !=.
impl Eq for WhereRegionPredicate[src] 
impl Eq for WhereRegionPredicateimpl Encodable for WhereRegionPredicate[src] 
impl Encodable for WhereRegionPredicateimpl Decodable for WhereRegionPredicate[src] 
impl Decodable for WhereRegionPredicateimpl Hash for WhereRegionPredicate[src] 
impl Hash for WhereRegionPredicatefn hash<__H: Hasher>(&self, state: &mut __H)[src] 
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src] 
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for WhereRegionPredicate[src] 
impl Debug for WhereRegionPredicateAuto Trait Implementations
impl !Send for WhereRegionPredicate
impl !Send for WhereRegionPredicateimpl !Sync for WhereRegionPredicate
impl !Sync for WhereRegionPredicate