Enum rustc::traits::FulfillmentErrorCode [] [src]

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

Variants

CodeSelectionError(SelectionError<'tcx>)
Unstable (rustc_private)
CodeProjectionError(MismatchedProjectionTypes<'tcx>)
Unstable (rustc_private)
CodeAmbiguity
Unstable (rustc_private)

Trait Implementations

impl<'tcx> Debug for FulfillmentErrorCode<'tcx>
[src]

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

Formats the value using the given formatter.

Derived Implementations

impl<'tcx> Clone for FulfillmentErrorCode<'tcx>
[src]

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

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more