pub struct PropertyDeclaration {
    pub nodes: (Keyword, PropertyIdentifier, Option<Paren<Option<PropertyPortList>>>, Symbol, Vec<AssertionVariableDeclaration>, PropertySpec, Option<Symbol>, Keyword, Option<(Symbol, PropertyIdentifier)>),
}Fields§
§nodes: (Keyword, PropertyIdentifier, Option<Paren<Option<PropertyPortList>>>, Symbol, Vec<AssertionVariableDeclaration>, PropertySpec, Option<Symbol>, Keyword, Option<(Symbol, PropertyIdentifier)>)Trait Implementations§
Source§impl Clone for PropertyDeclaration
 
impl Clone for PropertyDeclaration
Source§fn clone(&self) -> PropertyDeclaration
 
fn clone(&self) -> PropertyDeclaration
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 PropertyDeclaration
 
impl Debug for PropertyDeclaration
Source§impl<'a> From<&'a PropertyDeclaration> for RefNode<'a>
 
impl<'a> From<&'a PropertyDeclaration> for RefNode<'a>
Source§fn from(x: &'a PropertyDeclaration) -> RefNode<'a>
 
fn from(x: &'a PropertyDeclaration) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a PropertyDeclaration> for RefNodes<'a>
 
impl<'a> From<&'a PropertyDeclaration> for RefNodes<'a>
Source§fn from(x: &'a PropertyDeclaration) -> RefNodes<'a>
 
fn from(x: &'a PropertyDeclaration) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<PropertyDeclaration> for AnyNode
 
impl From<PropertyDeclaration> for AnyNode
Source§fn from(x: PropertyDeclaration) -> AnyNode
 
fn from(x: PropertyDeclaration) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a PropertyDeclaration
 
impl<'a> IntoIterator for &'a PropertyDeclaration
Source§impl PartialEq for PropertyDeclaration
 
impl PartialEq for PropertyDeclaration
Source§impl<'a> TryFrom<&'a PropertyDeclaration> for Locate
 
impl<'a> TryFrom<&'a PropertyDeclaration> for Locate
Source§impl TryFrom<AnyNode> for PropertyDeclaration
 
impl TryFrom<AnyNode> for PropertyDeclaration
Source§impl TryFrom<PropertyDeclaration> for Locate
 
impl TryFrom<PropertyDeclaration> for Locate
impl StructuralPartialEq for PropertyDeclaration
Auto Trait Implementations§
impl Freeze for PropertyDeclaration
impl RefUnwindSafe for PropertyDeclaration
impl Send for PropertyDeclaration
impl Sync for PropertyDeclaration
impl Unpin for PropertyDeclaration
impl UnwindSafe for PropertyDeclaration
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