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