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 Encodable for WhereRegionPredicate[src] 
impl Encodable for WhereRegionPredicateimpl Decodable for WhereRegionPredicate[src] 
impl Decodable for WhereRegionPredicateimpl 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