pub enum IdentifierName {
Named(String),
Promoted(String),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IdentifierName
impl Clone for IdentifierName
Source§fn clone(&self) -> IdentifierName
fn clone(&self) -> IdentifierName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IdentifierName
impl RefUnwindSafe for IdentifierName
impl Send for IdentifierName
impl Sync for IdentifierName
impl Unpin for IdentifierName
impl UnsafeUnpin for IdentifierName
impl UnwindSafe for IdentifierName
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