pub enum ExportSpecifierName<'tree> {
Identifier(Box<Identifier<'tree>>),
String(Box<String<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for ExportSpecifierName<'tree>
impl<'tree> Clone for ExportSpecifierName<'tree>
Source§fn clone(&self) -> ExportSpecifierName<'tree>
fn clone(&self) -> ExportSpecifierName<'tree>
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 moreSource§impl<'tree> Debug for ExportSpecifierName<'tree>
impl<'tree> Debug for ExportSpecifierName<'tree>
impl<'tree> Eq for ExportSpecifierName<'tree>
Source§impl<'tree> FromNode<'tree> for ExportSpecifierName<'tree>
impl<'tree> FromNode<'tree> for ExportSpecifierName<'tree>
Source§impl<'tree> PartialEq for ExportSpecifierName<'tree>
impl<'tree> PartialEq for ExportSpecifierName<'tree>
Source§impl Spanned for ExportSpecifierName<'_>
impl Spanned for ExportSpecifierName<'_>
impl<'tree> StructuralPartialEq for ExportSpecifierName<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ExportSpecifierName<'tree>
impl<'tree> RefUnwindSafe for ExportSpecifierName<'tree>
impl<'tree> Send for ExportSpecifierName<'tree>
impl<'tree> Sync for ExportSpecifierName<'tree>
impl<'tree> Unpin for ExportSpecifierName<'tree>
impl<'tree> UnsafeUnpin for ExportSpecifierName<'tree>
impl<'tree> UnwindSafe for ExportSpecifierName<'tree>
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