pub struct ClassPropertyNonConst {
pub nodes: (Vec<PropertyQualifier>, DataDeclaration),
}Fields
nodes: (Vec<PropertyQualifier>, DataDeclaration)Trait Implementations
sourceimpl Clone for ClassPropertyNonConst
impl Clone for ClassPropertyNonConst
sourcefn clone(&self) -> ClassPropertyNonConst
fn clone(&self) -> ClassPropertyNonConst
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 ClassPropertyNonConst
impl Debug for ClassPropertyNonConst
sourceimpl<'a> From<&'a ClassPropertyNonConst> for RefNodes<'a>
impl<'a> From<&'a ClassPropertyNonConst> for RefNodes<'a>
sourcefn from(x: &'a ClassPropertyNonConst) -> Self
fn from(x: &'a ClassPropertyNonConst) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ClassPropertyNonConst> for RefNode<'a>
impl<'a> From<&'a ClassPropertyNonConst> for RefNode<'a>
sourcefn from(x: &'a ClassPropertyNonConst) -> Self
fn from(x: &'a ClassPropertyNonConst) -> Self
Converts to this type from the input type.
sourceimpl From<ClassPropertyNonConst> for AnyNode
impl From<ClassPropertyNonConst> for AnyNode
sourcefn from(x: ClassPropertyNonConst) -> Self
fn from(x: ClassPropertyNonConst) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ClassPropertyNonConst
impl<'a> IntoIterator for &'a ClassPropertyNonConst
sourceimpl PartialEq<ClassPropertyNonConst> for ClassPropertyNonConst
impl PartialEq<ClassPropertyNonConst> for ClassPropertyNonConst
sourcefn eq(&self, other: &ClassPropertyNonConst) -> bool
fn eq(&self, other: &ClassPropertyNonConst) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ClassPropertyNonConst) -> bool
fn ne(&self, other: &ClassPropertyNonConst) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ClassPropertyNonConst> for Locate
impl<'a> TryFrom<&'a ClassPropertyNonConst> for Locate
sourceimpl TryFrom<AnyNode> for ClassPropertyNonConst
impl TryFrom<AnyNode> for ClassPropertyNonConst
sourceimpl TryFrom<ClassPropertyNonConst> for Locate
impl TryFrom<ClassPropertyNonConst> for Locate
impl StructuralPartialEq for ClassPropertyNonConst
Auto Trait Implementations
impl RefUnwindSafe for ClassPropertyNonConst
impl Send for ClassPropertyNonConst
impl Sync for ClassPropertyNonConst
impl Unpin for ClassPropertyNonConst
impl UnwindSafe for ClassPropertyNonConst
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