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