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