Enum rustc_trans::middle::ty::FnOutputExperimental [-]  [+] [src]

pub enum FnOutput<'tcx> {
    FnConverging(&'tcx TyS<'tcx>),
    FnDiverging,
}

Variants

FnConverging
FnDiverging

Methods

impl<'tcx> FnOutput<'tcx>

fn unwrap(self) -> &'tcx TyS<'tcx>

Trait Implementations

impl<'tcx> HasProjectionTypes for FnOutput<'tcx>

fn has_projection_types(&self) -> bool

impl<'tcx> TypeFoldable<'tcx> for FnOutput<'tcx>

fn fold_with<F: TypeFolder<'tcx>>(&self, folder: &mut F) -> FnOutput<'tcx>

impl<'tcx> Repr<'tcx> for FnOutput<'tcx>

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

Derived Implementations

impl<'tcx, __S: Writer> Hash<__S> for FnOutput<'tcx>

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

impl<'tcx> Eq for FnOutput<'tcx>

fn assert_receiver_is_total_eq(&self)

impl<'tcx> PartialEq<FnOutput<'tcx>> for FnOutput<'tcx>

fn eq(&self, __arg_0: &FnOutput<'tcx>) -> bool

fn ne(&self, __arg_0: &FnOutput<'tcx>) -> bool

fn ne(&self, &FnOutput<'tcx>) -> bool

impl<'tcx> Copy for FnOutput<'tcx>

impl<'tcx> Clone for FnOutput<'tcx>

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

fn clone_from(&mut self, &FnOutput<'tcx>)