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