pub struct ComputedPropertyName { /* private fields */ }Expand description
Implementations§
Source§impl ComputedPropertyName
 
impl ComputedPropertyName
pub fn l_brack_token(&self) -> Option<SyntaxToken>
pub fn prop(&self) -> Option<Expr>
pub fn r_brack_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for ComputedPropertyName
 
impl AstNode for ComputedPropertyName
Source§impl Clone for ComputedPropertyName
 
impl Clone for ComputedPropertyName
Source§fn clone(&self) -> ComputedPropertyName
 
fn clone(&self) -> ComputedPropertyName
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 Debug for ComputedPropertyName
 
impl Debug for ComputedPropertyName
Source§impl Display for ComputedPropertyName
 
impl Display for ComputedPropertyName
Source§impl Hash for ComputedPropertyName
 
impl Hash for ComputedPropertyName
Source§impl PartialEq for ComputedPropertyName
 
impl PartialEq for ComputedPropertyName
impl Eq for ComputedPropertyName
impl StructuralPartialEq for ComputedPropertyName
Auto Trait Implementations§
impl Freeze for ComputedPropertyName
impl RefUnwindSafe for ComputedPropertyName
impl Send for ComputedPropertyName
impl Sync for ComputedPropertyName
impl Unpin for ComputedPropertyName
impl UnwindSafe for ComputedPropertyName
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