Enum rustdoc::clean::SimpleBound[][src]

enum SimpleBound {
    RegionBound(Lifetime),
    TraitBound(Vec<PathSegment>, Vec<SimpleBound>, Vec<GenericParamDef>, TraitBoundModifier),
}

Variants

Trait Implementations

impl Eq for SimpleBound
[src]

impl PartialEq for SimpleBound
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for SimpleBound
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for SimpleBound
[src]

Formats the value using the given formatter. Read more

impl From<TyParamBound> for SimpleBound
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for SimpleBound

impl !Sync for SimpleBound