pub struct CilExtNameScope { /* private fields */ }Expand description
Tracks declared names for CilExt scope analysis.
Implementations§
Trait Implementations§
Source§impl Debug for CilExtNameScope
impl Debug for CilExtNameScope
Source§impl Default for CilExtNameScope
impl Default for CilExtNameScope
Source§fn default() -> CilExtNameScope
fn default() -> CilExtNameScope
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CilExtNameScope
impl RefUnwindSafe for CilExtNameScope
impl Send for CilExtNameScope
impl Sync for CilExtNameScope
impl Unpin for CilExtNameScope
impl UnsafeUnpin for CilExtNameScope
impl UnwindSafe for CilExtNameScope
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