Enum rustc_trans::middle::traits::SelectionErrorUnstable [-] [+] [src]

pub enum SelectionError<'tcx> {
    Unimplemented,
    OutputTypeParameterMismatch(Binder<Rc<TraitRef<'tcx>>>, Binder<Rc<TraitRef<'tcx>>>, type_err<'tcx>),
}

Variants

Unimplemented
OutputTypeParameterMismatch

Trait Implementations

impl<'tcx> Repr<'tcx> for SelectionError<'tcx>

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

Derived Implementations

impl<'tcx> Debug for SelectionError<'tcx>

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

impl<'tcx> Clone for SelectionError<'tcx>

fn clone(&self) -> SelectionError<'tcx>

fn clone_from(&mut self, source: &Self)