pub struct InferenceDiagnosticsData {
pub name: String,
pub span: Option<Span>,
pub kind: UnderspecifiedArgKind,
pub parent: Option<InferenceDiagnosticsParentData>,
}
Expand description
Information about a constant or a type containing inference variables.
Fields§
§name: String
§span: Option<Span>
§kind: UnderspecifiedArgKind
§parent: Option<InferenceDiagnosticsParentData>
Implementations§
source§impl InferenceDiagnosticsData
impl InferenceDiagnosticsData
fn can_add_more_info(&self) -> bool
fn where_x_is_kind(&self, in_type: Ty<'_>) -> &'static str
sourcefn make_bad_error(&self, span: Span) -> InferenceBadError<'_>
fn make_bad_error(&self, span: Span) -> InferenceBadError<'_>
Generate a label for a generic argument which can’t be inferred. When not
much is known about the argument, use_diag
may be used to describe the
labeled value.
Auto Trait Implementations§
impl RefUnwindSafe for InferenceDiagnosticsData
impl !Send for InferenceDiagnosticsData
impl !Sync for InferenceDiagnosticsData
impl Unpin for InferenceDiagnosticsData
impl UnwindSafe for InferenceDiagnosticsData
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
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:112 bytes