pub struct LifetimesOrBoundsMismatchOnTrait {
pub span: Span,
pub generics_span: Option<Span>,
pub item_kind: &'static str,
pub ident: Ident,
}
Fields
span: Span
generics_span: Option<Span>
item_kind: &'static str
ident: Ident
Trait Implementations
sourceimpl<'__session_diagnostic_sess, G> SessionDiagnostic<'__session_diagnostic_sess, G> for LifetimesOrBoundsMismatchOnTraitwhere
G: EmissionGuarantee,
impl<'__session_diagnostic_sess, G> SessionDiagnostic<'__session_diagnostic_sess, G> for LifetimesOrBoundsMismatchOnTraitwhere
G: EmissionGuarantee,
sourcefn into_diagnostic(
self,
sess: &'__session_diagnostic_sess Handler
) -> DiagnosticBuilder<'__session_diagnostic_sess, G>
fn into_diagnostic(
self,
sess: &'__session_diagnostic_sess Handler
) -> DiagnosticBuilder<'__session_diagnostic_sess, G>
Write out as a diagnostic out of
Handler
.Auto Trait Implementations
impl RefUnwindSafe for LifetimesOrBoundsMismatchOnTrait
impl !Send for LifetimesOrBoundsMismatchOnTrait
impl !Sync for LifetimesOrBoundsMismatchOnTrait
impl Unpin for LifetimesOrBoundsMismatchOnTrait
impl UnwindSafe for LifetimesOrBoundsMismatchOnTrait
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: 48 bytes