fn is_binding_by_move(cx: &MatchVisitor<'_, '_, '_>, hir_id: HirId) -> bool
Expand description

Check if a by-value binding is by-value. That is, check if the binding’s type is not Copy.