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