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