Enum rustc::middle::traits::FulfillmentErrorCodeUnstable [-] [+] [src]

pub enum FulfillmentErrorCode<'tcx> {
    CodeSelectionError(SelectionError<'tcx>),
    CodeProjectionError(MismatchedProjectionTypes<'tcx>),
    CodeAmbiguity,
}

Variants

CodeSelectionError
CodeProjectionError
CodeAmbiguity

Trait Implementations

impl<'tcx> Repr<'tcx> for FulfillmentErrorCode<'tcx>

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

impl<'tcx> Debug for FulfillmentErrorCode<'tcx>

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl<'tcx> Clone for FulfillmentErrorCode<'tcx>

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

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