pub enum ActualImplExplNotes<'tcx> {
Show 15 variants ExpectedSignatureTwo { leading_ellipsis: bool, ty_or_sig: TyOrSig<'tcx>, trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, lifetime_1: usize, lifetime_2: usize, }, ExpectedSignatureAny { leading_ellipsis: bool, ty_or_sig: TyOrSig<'tcx>, trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, lifetime_1: usize, }, ExpectedSignatureSome { leading_ellipsis: bool, ty_or_sig: TyOrSig<'tcx>, trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, lifetime_1: usize, }, ExpectedSignatureNothing { leading_ellipsis: bool, ty_or_sig: TyOrSig<'tcx>, trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, }, ExpectedPassiveTwo { leading_ellipsis: bool, ty_or_sig: TyOrSig<'tcx>, trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, lifetime_1: usize, lifetime_2: usize, }, ExpectedPassiveAny { leading_ellipsis: bool, ty_or_sig: TyOrSig<'tcx>, trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, lifetime_1: usize, }, ExpectedPassiveSome { leading_ellipsis: bool, ty_or_sig: TyOrSig<'tcx>, trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, lifetime_1: usize, }, ExpectedPassiveNothing { leading_ellipsis: bool, ty_or_sig: TyOrSig<'tcx>, trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, }, ExpectedOtherTwo { leading_ellipsis: bool, ty_or_sig: TyOrSig<'tcx>, trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, lifetime_1: usize, lifetime_2: usize, }, ExpectedOtherAny { leading_ellipsis: bool, ty_or_sig: TyOrSig<'tcx>, trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, lifetime_1: usize, }, ExpectedOtherSome { leading_ellipsis: bool, ty_or_sig: TyOrSig<'tcx>, trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, lifetime_1: usize, }, ExpectedOtherNothing { leading_ellipsis: bool, ty_or_sig: TyOrSig<'tcx>, trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, }, ButActuallyImplementsTrait { trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, has_lifetime: bool, lifetime: usize, }, ButActuallyImplementedForTy { trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, has_lifetime: bool, lifetime: usize, ty: String, }, ButActuallyTyImplements { trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, has_lifetime: bool, lifetime: usize, ty: String, },
}

Variants§

§

ExpectedSignatureTwo

Fields

§leading_ellipsis: bool
§ty_or_sig: TyOrSig<'tcx>
§trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>
§lifetime_1: usize
§lifetime_2: usize
§

ExpectedSignatureAny

Fields

§leading_ellipsis: bool
§ty_or_sig: TyOrSig<'tcx>
§trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>
§lifetime_1: usize
§

ExpectedSignatureSome

Fields

§leading_ellipsis: bool
§ty_or_sig: TyOrSig<'tcx>
§trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>
§lifetime_1: usize
§

ExpectedSignatureNothing

Fields

§leading_ellipsis: bool
§ty_or_sig: TyOrSig<'tcx>
§trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>
§

ExpectedPassiveTwo

Fields

§leading_ellipsis: bool
§ty_or_sig: TyOrSig<'tcx>
§trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>
§lifetime_1: usize
§lifetime_2: usize
§

ExpectedPassiveAny

Fields

§leading_ellipsis: bool
§ty_or_sig: TyOrSig<'tcx>
§trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>
§lifetime_1: usize
§

ExpectedPassiveSome

Fields

§leading_ellipsis: bool
§ty_or_sig: TyOrSig<'tcx>
§trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>
§lifetime_1: usize
§

ExpectedPassiveNothing

Fields

§leading_ellipsis: bool
§ty_or_sig: TyOrSig<'tcx>
§trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>
§

ExpectedOtherTwo

Fields

§leading_ellipsis: bool
§ty_or_sig: TyOrSig<'tcx>
§trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>
§lifetime_1: usize
§lifetime_2: usize
§

ExpectedOtherAny

Fields

§leading_ellipsis: bool
§ty_or_sig: TyOrSig<'tcx>
§trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>
§lifetime_1: usize
§

ExpectedOtherSome

Fields

§leading_ellipsis: bool
§ty_or_sig: TyOrSig<'tcx>
§trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>
§lifetime_1: usize
§

ExpectedOtherNothing

Fields

§leading_ellipsis: bool
§ty_or_sig: TyOrSig<'tcx>
§trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>
§

ButActuallyImplementsTrait

Fields

§trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>
§has_lifetime: bool
§lifetime: usize
§

ButActuallyImplementedForTy

Fields

§trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>
§has_lifetime: bool
§lifetime: usize
§

ButActuallyTyImplements

Fields

§trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>
§has_lifetime: bool
§lifetime: usize

Implementations§

source§

impl<'tcx> ActualImplExplNotes<'tcx>

source

pub fn new_expected( kind: ActualImplExpectedKind, lt_kind: ActualImplExpectedLifetimeKind, leading_ellipsis: bool, ty_or_sig: TyOrSig<'tcx>, trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>, lifetime_1: usize, lifetime_2: usize ) -> Self

Trait Implementations§

source§

impl<'tcx> AddToDiagnostic for ActualImplExplNotes<'tcx>

source§

fn add_to_diagnostic_with<__F>(self, diag: &mut Diagnostic, f: __F)where __F: Fn(&mut Diagnostic, SubdiagnosticMessage) -> SubdiagnosticMessage,

Add a subdiagnostic to an existing diagnostic where f is invoked on every message used (to optionally perform eager translation).
source§

fn add_to_diagnostic(self, diag: &mut Diagnostic)

Add a subdiagnostic to an existing diagnostic.

Auto Trait Implementations§

§

impl<'tcx> !RefUnwindSafe for ActualImplExplNotes<'tcx>

§

impl<'tcx> !Send for ActualImplExplNotes<'tcx>

§

impl<'tcx> !Sync for ActualImplExplNotes<'tcx>

§

impl<'tcx> Unpin for ActualImplExplNotes<'tcx>

§

impl<'tcx> !UnwindSafe for ActualImplExplNotes<'tcx>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.

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: 224 bytes

Size for each variant:

  • ExpectedSignatureTwo: 223 bytes
  • ExpectedSignatureAny: 215 bytes
  • ExpectedSignatureSome: 215 bytes
  • ExpectedSignatureNothing: 207 bytes
  • ExpectedPassiveTwo: 223 bytes
  • ExpectedPassiveAny: 215 bytes
  • ExpectedPassiveSome: 215 bytes
  • ExpectedPassiveNothing: 207 bytes
  • ExpectedOtherTwo: 223 bytes
  • ExpectedOtherAny: 215 bytes
  • ExpectedOtherSome: 215 bytes
  • ExpectedOtherNothing: 207 bytes
  • ButActuallyImplementsTrait: 111 bytes
  • ButActuallyImplementedForTy: 135 bytes
  • ButActuallyTyImplements: 135 bytes