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