Struct flowistry_pdg::rustc::mir::terminator::UnsafetyViolation
source · pub struct UnsafetyViolation {
pub source_info: SourceInfo,
pub lint_root: HirId,
pub kind: UnsafetyViolationKind,
pub details: UnsafetyViolationDetails,
}
Fields§
§source_info: SourceInfo
§lint_root: HirId
§kind: UnsafetyViolationKind
§details: UnsafetyViolationDetails
Auto Trait Implementations§
impl RefUnwindSafe for UnsafetyViolation
impl !Send for UnsafetyViolation
impl !Sync for UnsafetyViolation
impl Unpin for UnsafetyViolation
impl UnwindSafe for UnsafetyViolation
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