Struct flowistry_pdg::rustc::mir::SourceScopeLocalData
source · pub struct SourceScopeLocalData {
pub lint_root: HirId,
pub safety: Safety,
}
Fields§
§lint_root: HirId
An HirId
with lint levels equivalent to this scope’s lint levels.
safety: Safety
The unsafe block that contains this node.
Auto Trait Implementations§
impl RefUnwindSafe for SourceScopeLocalData
impl Send for SourceScopeLocalData
impl Sync for SourceScopeLocalData
impl Unpin for SourceScopeLocalData
impl UnwindSafe for SourceScopeLocalData
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