Struct rustc_typeck::check::upvar::MigrationWarningReason
source · [−]Expand description
Reasons that we might issue a migration warning.
Fields
auto_traits: Vec<&'static str>
When we used to capture x
in its entirety, we implemented the auto-trait(s)
in this vec, but now we don’t.
drop_order: bool
When we used to capture x
in its entirety, we would execute some destructors
at a different time.
Implementations
sourceimpl MigrationWarningReason
impl MigrationWarningReason
fn migration_message(&self) -> String
Trait Implementations
sourceimpl Clone for MigrationWarningReason
impl Clone for MigrationWarningReason
sourcefn clone(&self) -> MigrationWarningReason
fn clone(&self) -> MigrationWarningReason
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for MigrationWarningReason
impl Debug for MigrationWarningReason
sourceimpl Default for MigrationWarningReason
impl Default for MigrationWarningReason
sourcefn default() -> MigrationWarningReason
fn default() -> MigrationWarningReason
Returns the “default value” for a type. Read more
sourceimpl Hash for MigrationWarningReason
impl Hash for MigrationWarningReason
sourceimpl Ord for MigrationWarningReason
impl Ord for MigrationWarningReason
sourcefn cmp(&self, other: &MigrationWarningReason) -> Ordering
fn cmp(&self, other: &MigrationWarningReason) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<MigrationWarningReason> for MigrationWarningReason
impl PartialEq<MigrationWarningReason> for MigrationWarningReason
sourcefn eq(&self, other: &MigrationWarningReason) -> bool
fn eq(&self, other: &MigrationWarningReason) -> bool
sourceimpl PartialOrd<MigrationWarningReason> for MigrationWarningReason
impl PartialOrd<MigrationWarningReason> for MigrationWarningReason
sourcefn partial_cmp(&self, other: &MigrationWarningReason) -> Option<Ordering>
fn partial_cmp(&self, other: &MigrationWarningReason) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for MigrationWarningReason
impl StructuralEq for MigrationWarningReason
impl StructuralPartialEq for MigrationWarningReason
Auto Trait Implementations
impl RefUnwindSafe for MigrationWarningReason
impl Send for MigrationWarningReason
impl Sync for MigrationWarningReason
impl Unpin for MigrationWarningReason
impl UnwindSafe for MigrationWarningReason
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes