Struct swc_atoms::AtomGenerator
source · [−]pub struct AtomGenerator { /* private fields */ }
Expand description
Generator for an interned strings.
A lexer is expected to store this in it.
Implementations
Trait Implementations
sourceimpl Clone for AtomGenerator
impl Clone for AtomGenerator
sourcefn clone(&self) -> AtomGenerator
fn clone(&self) -> AtomGenerator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AtomGenerator
impl Debug for AtomGenerator
sourceimpl Default for AtomGenerator
impl Default for AtomGenerator
sourcefn default() -> AtomGenerator
fn default() -> AtomGenerator
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AtomGenerator
impl Send for AtomGenerator
impl Sync for AtomGenerator
impl Unpin for AtomGenerator
impl UnwindSafe for AtomGenerator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more