pub(crate) 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
§
trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>ExpectedSignatureAny
Fields
§
trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>ExpectedSignatureSome
Fields
§
trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>ExpectedSignatureNothing
Fields
§
trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>ExpectedPassiveTwo
Fields
§
trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>ExpectedPassiveAny
Fields
§
trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>ExpectedPassiveSome
Fields
§
trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>ExpectedPassiveNothing
Fields
§
trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>ExpectedOtherTwo
Fields
§
trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>ExpectedOtherAny
Fields
§
trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>ExpectedOtherSome
Fields
§
trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>ExpectedOtherNothing
Fields
§
trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>ButActuallyImplementsTrait
Fields
§
trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>ButActuallyImplementedForTy
Fields
§
trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>ButActuallyTyImplements
Fields
§
trait_path: Highlighted<'tcx, TraitRefPrintOnlyTraitPath<'tcx>>Implementations§
Source§impl<'tcx> ActualImplExplNotes<'tcx>
impl<'tcx> ActualImplExplNotes<'tcx>
pub(crate) 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> Subdiagnostic for ActualImplExplNotes<'tcx>
impl<'tcx> Subdiagnostic for ActualImplExplNotes<'tcx>
Source§fn add_to_diag<__G>(self, diag: &mut Diag<'_, __G>)where
__G: EmissionGuarantee,
fn add_to_diag<__G>(self, diag: &mut Diag<'_, __G>)where
__G: EmissionGuarantee,
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> !UnwindSafe for ActualImplExplNotes<'tcx>
impl<'tcx> DynSend for ActualImplExplNotes<'tcx>
impl<'tcx> DynSync for ActualImplExplNotes<'tcx>
impl<'tcx> Freeze for ActualImplExplNotes<'tcx>
impl<'tcx> Unpin for ActualImplExplNotes<'tcx>
impl<'tcx> UnsafeUnpin for ActualImplExplNotes<'tcx>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T, R> CollectAndApply<T, R> for T
impl<T, R> CollectAndApply<T, R> for T
impl<T> ErasedDestructor for Twhere
T: 'static,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<K> IntoQueryKey<K> for K
impl<K> IntoQueryKey<K> for K
Source§fn into_query_key(self) -> K
fn into_query_key(self) -> K
Argument conversion from
Self to K.
This should always be a very cheap conversion, e.g. LocalDefId::to_def_id.Source§impl<T> MaybeResult<T> for T
impl<T> MaybeResult<T> for T
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<I, T, U> Upcast<I, U> for Twhere
U: UpcastFrom<I, T>,
impl<I, T, U> Upcast<I, U> for Twhere
U: UpcastFrom<I, T>,
Source§impl<I, T> UpcastFrom<I, T> for T
impl<I, T> UpcastFrom<I, T> for T
fn upcast_from(from: T, _tcx: I) -> T
Source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
Source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> ⓘ
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> ⓘ
Source§fn with_current_subscriber(self) -> WithDispatch<Self> ⓘ
fn with_current_subscriber(self) -> WithDispatch<Self> ⓘ
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: 240 bytes
Size for each variant:
ExpectedSignatureTwo: 239 bytesExpectedSignatureAny: 231 bytesExpectedSignatureSome: 231 bytesExpectedSignatureNothing: 223 bytesExpectedPassiveTwo: 239 bytesExpectedPassiveAny: 231 bytesExpectedPassiveSome: 231 bytesExpectedPassiveNothing: 223 bytesExpectedOtherTwo: 239 bytesExpectedOtherAny: 231 bytesExpectedOtherSome: 231 bytesExpectedOtherNothing: 223 bytesButActuallyImplementsTrait: 119 bytesButActuallyImplementedForTy: 143 bytesButActuallyTyImplements: 143 bytes