Struct syn::WhereRegionPredicate [−][src]
A lifetime predicate.
E.g. 'a: 'b+'c
Fields
lifetime: Lifetime
bounds: Vec<Lifetime>
Trait Implementations
impl ToTokens for WhereRegionPredicate
[src]
impl ToTokens for WhereRegionPredicate
impl Debug for WhereRegionPredicate
[src]
impl Debug for WhereRegionPredicate
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for WhereRegionPredicate
[src]
impl Clone for WhereRegionPredicate
fn clone(&self) -> WhereRegionPredicate
[src]
fn clone(&self) -> WhereRegionPredicate
Returns 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 Eq for WhereRegionPredicate
[src]
impl Eq for WhereRegionPredicate
impl PartialEq for WhereRegionPredicate
[src]
impl PartialEq for WhereRegionPredicate
fn eq(&self, other: &WhereRegionPredicate) -> bool
[src]
fn eq(&self, other: &WhereRegionPredicate) -> bool
This 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) -> bool
This method tests for !=
.
impl Hash for WhereRegionPredicate
[src]
impl Hash for WhereRegionPredicate
Auto Trait Implementations
impl Send for WhereRegionPredicate
impl Send for WhereRegionPredicate
impl Sync for WhereRegionPredicate
impl Sync for WhereRegionPredicate