pub struct JsIdentTable { /* private fields */ }Expand description
A table of all identifiers used in a JS module, for rename-on-collision.
Implementations§
Trait Implementations§
Source§impl Clone for JsIdentTable
impl Clone for JsIdentTable
Source§fn clone(&self) -> JsIdentTable
fn clone(&self) -> JsIdentTable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JsIdentTable
impl Debug for JsIdentTable
Source§impl Default for JsIdentTable
impl Default for JsIdentTable
Source§fn default() -> JsIdentTable
fn default() -> JsIdentTable
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JsIdentTable
impl RefUnwindSafe for JsIdentTable
impl Send for JsIdentTable
impl Sync for JsIdentTable
impl Unpin for JsIdentTable
impl UnsafeUnpin for JsIdentTable
impl UnwindSafe for JsIdentTable
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