pub struct Local { /* private fields */ }Expand description
C++ LintLocalHygiene::Local (Analysis/src/Linter.cpp:716).
struct Local
{
AstNode* defined = nullptr;
bool function;
bool import;
bool used;
bool arg;
};Trait Implementations§
Source§impl DenseDefault for Local
impl DenseDefault for Local
fn dense_default() -> Self
Auto Trait Implementations§
impl !Send for Local
impl !Sync for Local
impl Freeze for Local
impl RefUnwindSafe for Local
impl Unpin for Local
impl UnsafeUnpin for Local
impl UnwindSafe for Local
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