pub struct PackageExportDeclarationAsterisk {
    pub nodes: (Keyword, Symbol, Symbol),
}Fields§
§nodes: (Keyword, Symbol, Symbol)Trait Implementations§
Source§impl Clone for PackageExportDeclarationAsterisk
 
impl Clone for PackageExportDeclarationAsterisk
Source§fn clone(&self) -> PackageExportDeclarationAsterisk
 
fn clone(&self) -> PackageExportDeclarationAsterisk
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<'a> From<&'a PackageExportDeclarationAsterisk> for RefNode<'a>
 
impl<'a> From<&'a PackageExportDeclarationAsterisk> for RefNode<'a>
Source§fn from(x: &'a PackageExportDeclarationAsterisk) -> RefNode<'a>
 
fn from(x: &'a PackageExportDeclarationAsterisk) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a PackageExportDeclarationAsterisk> for RefNodes<'a>
 
impl<'a> From<&'a PackageExportDeclarationAsterisk> for RefNodes<'a>
Source§fn from(x: &'a PackageExportDeclarationAsterisk) -> RefNodes<'a>
 
fn from(x: &'a PackageExportDeclarationAsterisk) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<PackageExportDeclarationAsterisk> for AnyNode
 
impl From<PackageExportDeclarationAsterisk> for AnyNode
Source§fn from(x: PackageExportDeclarationAsterisk) -> AnyNode
 
fn from(x: PackageExportDeclarationAsterisk) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a PackageExportDeclarationAsterisk
 
impl<'a> IntoIterator for &'a PackageExportDeclarationAsterisk
Source§impl<'a> Node<'a> for PackageExportDeclarationAsterisk
 
impl<'a> Node<'a> for PackageExportDeclarationAsterisk
Source§impl PartialEq for PackageExportDeclarationAsterisk
 
impl PartialEq for PackageExportDeclarationAsterisk
Source§fn eq(&self, other: &PackageExportDeclarationAsterisk) -> bool
 
fn eq(&self, other: &PackageExportDeclarationAsterisk) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a PackageExportDeclarationAsterisk> for Locate
 
impl<'a> TryFrom<&'a PackageExportDeclarationAsterisk> for Locate
impl StructuralPartialEq for PackageExportDeclarationAsterisk
Auto Trait Implementations§
impl Freeze for PackageExportDeclarationAsterisk
impl RefUnwindSafe for PackageExportDeclarationAsterisk
impl Send for PackageExportDeclarationAsterisk
impl Sync for PackageExportDeclarationAsterisk
impl Unpin for PackageExportDeclarationAsterisk
impl UnwindSafe for PackageExportDeclarationAsterisk
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