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