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