Struct rustc::middle::ty::ParamBounds[src]

pub struct ParamBounds {
    pub builtin_bounds: BuiltinBounds,
    pub trait_bounds: Vec<Rc<TraitRef>>,
}

Fields

builtin_bounds
trait_bounds

Trait Implementations

impl TypeFoldable for ParamBounds

fn fold_with<F: TypeFolder>(&self, folder: &mut F) -> ParamBounds

impl Repr for ParamBounds

fn repr(&self, tcx: &ctxt) -> String

Derived Implementations

impl<__S: Writer> Hash<__S> for ParamBounds

fn hash(&self, __arg_0: &mut __S)

impl Eq for ParamBounds

fn assert_receiver_is_total_eq(&self)

impl PartialEq for ParamBounds

fn eq(&self, __arg_0: &ParamBounds) -> bool

fn ne(&self, __arg_0: &ParamBounds) -> bool