Enum rustc_typeck::middle::ty::UnboxedClosureKindExperimental [-]  [+] [src]

pub enum UnboxedClosureKind {
    FnUnboxedClosureKind,
    FnMutUnboxedClosureKind,
    FnOnceUnboxedClosureKind,
}

Variants

FnUnboxedClosureKind
FnMutUnboxedClosureKind
FnOnceUnboxedClosureKind

Methods

impl UnboxedClosureKind

fn trait_did(&self, cx: &ctxt) -> DefId

Trait Implementations

Derived Implementations

impl Show for UnboxedClosureKind

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

impl Eq for UnboxedClosureKind

fn assert_receiver_is_total_eq(&self)

impl PartialEq<UnboxedClosureKind> for UnboxedClosureKind

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

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

fn ne(&self, &UnboxedClosureKind) -> bool

impl Copy for UnboxedClosureKind

impl Clone for UnboxedClosureKind

fn clone(&self) -> UnboxedClosureKind

fn clone_from(&mut self, &UnboxedClosureKind)