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 SimpleBoundfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl PartialEq for SimpleBound[src]
impl PartialEq for SimpleBoundfn eq(&self, other: &SimpleBound) -> bool[src]
fn eq(&self, other: &SimpleBound) -> boolThis 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) -> boolThis method tests for !=.
impl Hash for SimpleBound[src]
impl Hash for SimpleBoundfn 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 SimpleBoundfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<TyParamBound> for SimpleBound[src]
impl From<TyParamBound> for SimpleBoundfn from(bound: TyParamBound) -> Self[src]
fn from(bound: TyParamBound) -> SelfPerforms the conversion.
Auto Trait Implementations
impl !Send for SimpleBound
impl !Send for SimpleBoundimpl !Sync for SimpleBound
impl !Sync for SimpleBound