pub enum UseAsClauseChildren<'tree> {
ClassConstantAccessExpression(Box<ClassConstantAccessExpression<'tree>>),
Name(Box<Name<'tree>>),
VisibilityModifier(Box<VisibilityModifier<'tree>>),
}Variants§
ClassConstantAccessExpression(Box<ClassConstantAccessExpression<'tree>>)
Name(Box<Name<'tree>>)
VisibilityModifier(Box<VisibilityModifier<'tree>>)
Trait Implementations§
Source§impl<'tree> Clone for UseAsClauseChildren<'tree>
impl<'tree> Clone for UseAsClauseChildren<'tree>
Source§fn clone(&self) -> UseAsClauseChildren<'tree>
fn clone(&self) -> UseAsClauseChildren<'tree>
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<'tree> Debug for UseAsClauseChildren<'tree>
impl<'tree> Debug for UseAsClauseChildren<'tree>
Source§impl<'tree> FromNode<'tree> for UseAsClauseChildren<'tree>
impl<'tree> FromNode<'tree> for UseAsClauseChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for UseAsClauseChildren<'tree>
impl<'tree> RefUnwindSafe for UseAsClauseChildren<'tree>
impl<'tree> Send for UseAsClauseChildren<'tree>
impl<'tree> Sync for UseAsClauseChildren<'tree>
impl<'tree> Unpin for UseAsClauseChildren<'tree>
impl<'tree> UnsafeUnpin for UseAsClauseChildren<'tree>
impl<'tree> UnwindSafe for UseAsClauseChildren<'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