Struct rustc_borrowck::diagnostics::region_errors::ErrorConstraintInfo [−][src]
pub struct ErrorConstraintInfo {
pub(super) fr: RegionVid,
pub(super) fr_is_local: bool,
pub(super) outlived_fr: RegionVid,
pub(super) outlived_fr_is_local: bool,
pub(super) category: ConstraintCategory,
pub(super) span: Span,
}
Expand description
Information about the various region constraints involved in a borrow checker error.
Fields
fr: RegionVid
fr_is_local: bool
outlived_fr: RegionVid
outlived_fr_is_local: bool
category: ConstraintCategory
span: Span
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorConstraintInfo
impl !Send for ErrorConstraintInfo
impl !Sync for ErrorConstraintInfo
impl Unpin for ErrorConstraintInfo
impl UnwindSafe for ErrorConstraintInfo
Blanket Implementations
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: 32 bytes