pub struct SourceScopeLocalData {
pub lint_root: HirId,
}
Fields§
§lint_root: HirId
An HirId
with lint levels equivalent to this scope’s lint levels.
Auto Trait Implementations§
impl Freeze for SourceScopeLocalData
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