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