pub enum PropertyPromotionParameterName<'tree> {
ByRef(Box<ByRef<'tree>>),
VariableName(Box<VariableName<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for PropertyPromotionParameterName<'tree>
impl<'tree> Clone for PropertyPromotionParameterName<'tree>
Source§fn clone(&self) -> PropertyPromotionParameterName<'tree>
fn clone(&self) -> PropertyPromotionParameterName<'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 PropertyPromotionParameterName<'tree>
impl<'tree> Debug for PropertyPromotionParameterName<'tree>
Source§impl<'tree> FromNode<'tree> for PropertyPromotionParameterName<'tree>
impl<'tree> FromNode<'tree> for PropertyPromotionParameterName<'tree>
Source§impl<'tree> PartialEq for PropertyPromotionParameterName<'tree>
impl<'tree> PartialEq for PropertyPromotionParameterName<'tree>
Source§fn eq(&self, other: &PropertyPromotionParameterName<'tree>) -> bool
fn eq(&self, other: &PropertyPromotionParameterName<'tree>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Spanned for PropertyPromotionParameterName<'_>
impl Spanned for PropertyPromotionParameterName<'_>
impl<'tree> Eq for PropertyPromotionParameterName<'tree>
impl<'tree> StructuralPartialEq for PropertyPromotionParameterName<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for PropertyPromotionParameterName<'tree>
impl<'tree> RefUnwindSafe for PropertyPromotionParameterName<'tree>
impl<'tree> Send for PropertyPromotionParameterName<'tree>
impl<'tree> Sync for PropertyPromotionParameterName<'tree>
impl<'tree> Unpin for PropertyPromotionParameterName<'tree>
impl<'tree> UnsafeUnpin for PropertyPromotionParameterName<'tree>
impl<'tree> UnwindSafe for PropertyPromotionParameterName<'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