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