Enum rustdoc::clean::SimpleBound [−][src]
enum SimpleBound { RegionBound(Lifetime), TraitBound(Vec<PathSegment>, Vec<SimpleBound>, Vec<GenericParamDef>, TraitBoundModifier), }
Variants
RegionBound(Lifetime)
TraitBound(Vec<PathSegment>, Vec<SimpleBound>, Vec<GenericParamDef>, TraitBoundModifier)
Trait Implementations
impl Eq for SimpleBound
[src]
impl Eq for SimpleBound
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl PartialEq for SimpleBound
[src]
impl PartialEq for SimpleBound
fn eq(&self, other: &SimpleBound) -> bool
[src]
fn eq(&self, other: &SimpleBound) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &SimpleBound) -> bool
[src]
fn ne(&self, other: &SimpleBound) -> bool
This method tests for !=
.
impl Hash for SimpleBound
[src]
impl Hash for SimpleBound
fn 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 SimpleBound
[src]
impl Debug for SimpleBound
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 From<TyParamBound> for SimpleBound
[src]
impl From<TyParamBound> for SimpleBound
fn from(bound: TyParamBound) -> Self
[src]
fn from(bound: TyParamBound) -> Self
Performs the conversion.
Auto Trait Implementations
impl !Send for SimpleBound
impl !Send for SimpleBound
impl !Sync for SimpleBound
impl !Sync for SimpleBound