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