Enum rustc::middle::expr_use_visitor::MoveReason[src]
pub enum MoveReason {
DirectRefMove,
PatBindingMove,
CaptureMove,
}Variants
DirectRefMove | |
PatBindingMove | |
CaptureMove |
pub enum MoveReason {
DirectRefMove,
PatBindingMove,
CaptureMove,
}DirectRefMove | |
PatBindingMove | |
CaptureMove |
impl Show for MoveReasonimpl PartialEq for MoveReasonfn eq(&self, __arg_0: &MoveReason) -> boolfn ne(&self, __arg_0: &MoveReason) -> bool
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).