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