Struct flowistry_pdg::rustc::mir::interpret::ValidationErrorInfo
source · pub struct ValidationErrorInfo<'tcx> {
pub path: Option<String>,
pub kind: ValidationErrorKind<'tcx>,
}
Fields§
§path: Option<String>
§kind: ValidationErrorKind<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for ValidationErrorInfo<'tcx>
impl<'tcx> !Send for ValidationErrorInfo<'tcx>
impl<'tcx> !Sync for ValidationErrorInfo<'tcx>
impl<'tcx> Unpin for ValidationErrorInfo<'tcx>
impl<'tcx> !UnwindSafe for ValidationErrorInfo<'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