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
sourceimpl Clone for PropertyDeclaration
impl Clone for PropertyDeclaration
sourcefn clone(&self) -> PropertyDeclaration
fn clone(&self) -> PropertyDeclaration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PropertyDeclaration
impl Debug for PropertyDeclaration
sourceimpl<'a> From<&'a PropertyDeclaration> for RefNodes<'a>
impl<'a> From<&'a PropertyDeclaration> for RefNodes<'a>
sourcefn from(x: &'a PropertyDeclaration) -> Self
fn from(x: &'a PropertyDeclaration) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a PropertyDeclaration> for RefNode<'a>
impl<'a> From<&'a PropertyDeclaration> for RefNode<'a>
sourcefn from(x: &'a PropertyDeclaration) -> Self
fn from(x: &'a PropertyDeclaration) -> Self
Converts to this type from the input type.
sourceimpl From<PropertyDeclaration> for AnyNode
impl From<PropertyDeclaration> for AnyNode
sourcefn from(x: PropertyDeclaration) -> Self
fn from(x: PropertyDeclaration) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a PropertyDeclaration
impl<'a> IntoIterator for &'a PropertyDeclaration
sourceimpl PartialEq<PropertyDeclaration> for PropertyDeclaration
impl PartialEq<PropertyDeclaration> for PropertyDeclaration
sourcefn eq(&self, other: &PropertyDeclaration) -> bool
fn eq(&self, other: &PropertyDeclaration) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &PropertyDeclaration) -> bool
fn ne(&self, other: &PropertyDeclaration) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a PropertyDeclaration> for Locate
impl<'a> TryFrom<&'a PropertyDeclaration> for Locate
sourceimpl TryFrom<AnyNode> for PropertyDeclaration
impl TryFrom<AnyNode> for PropertyDeclaration
sourceimpl TryFrom<PropertyDeclaration> for Locate
impl TryFrom<PropertyDeclaration> for Locate
impl StructuralPartialEq for PropertyDeclaration
Auto Trait Implementations
impl RefUnwindSafe for PropertyDeclaration
impl Send for PropertyDeclaration
impl Sync for PropertyDeclaration
impl Unpin for PropertyDeclaration
impl UnwindSafe for PropertyDeclaration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more