pub struct ComputedPropertyName<'tree> {
pub span: Span,
pub children: Expression<'tree>,
}Fields§
§span: Span§children: Expression<'tree>Trait Implementations§
Source§impl<'tree> Clone for ComputedPropertyName<'tree>
impl<'tree> Clone for ComputedPropertyName<'tree>
Source§fn clone(&self) -> ComputedPropertyName<'tree>
fn clone(&self) -> ComputedPropertyName<'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 ComputedPropertyName<'tree>
impl<'tree> Debug for ComputedPropertyName<'tree>
Source§impl<'tree> FromNode<'tree> for ComputedPropertyName<'tree>
impl<'tree> FromNode<'tree> for ComputedPropertyName<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ComputedPropertyName<'tree>
impl<'tree> RefUnwindSafe for ComputedPropertyName<'tree>
impl<'tree> Send for ComputedPropertyName<'tree>
impl<'tree> Sync for ComputedPropertyName<'tree>
impl<'tree> Unpin for ComputedPropertyName<'tree>
impl<'tree> UnsafeUnpin for ComputedPropertyName<'tree>
impl<'tree> UnwindSafe for ComputedPropertyName<'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