pub struct ExternTfDeclarationMethod {
    pub nodes: (Keyword, MethodPrototype, Symbol),
}Fields§
§nodes: (Keyword, MethodPrototype, Symbol)Trait Implementations§
Source§impl Clone for ExternTfDeclarationMethod
 
impl Clone for ExternTfDeclarationMethod
Source§fn clone(&self) -> ExternTfDeclarationMethod
 
fn clone(&self) -> ExternTfDeclarationMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for ExternTfDeclarationMethod
 
impl Debug for ExternTfDeclarationMethod
Source§impl<'a> From<&'a ExternTfDeclarationMethod> for RefNode<'a>
 
impl<'a> From<&'a ExternTfDeclarationMethod> for RefNode<'a>
Source§fn from(x: &'a ExternTfDeclarationMethod) -> RefNode<'a>
 
fn from(x: &'a ExternTfDeclarationMethod) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a ExternTfDeclarationMethod> for RefNodes<'a>
 
impl<'a> From<&'a ExternTfDeclarationMethod> for RefNodes<'a>
Source§fn from(x: &'a ExternTfDeclarationMethod) -> RefNodes<'a>
 
fn from(x: &'a ExternTfDeclarationMethod) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<ExternTfDeclarationMethod> for AnyNode
 
impl From<ExternTfDeclarationMethod> for AnyNode
Source§fn from(x: ExternTfDeclarationMethod) -> AnyNode
 
fn from(x: ExternTfDeclarationMethod) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ExternTfDeclarationMethod
 
impl<'a> IntoIterator for &'a ExternTfDeclarationMethod
Source§impl<'a> TryFrom<&'a ExternTfDeclarationMethod> for Locate
 
impl<'a> TryFrom<&'a ExternTfDeclarationMethod> for Locate
Source§impl TryFrom<AnyNode> for ExternTfDeclarationMethod
 
impl TryFrom<AnyNode> for ExternTfDeclarationMethod
Source§impl TryFrom<ExternTfDeclarationMethod> for Locate
 
impl TryFrom<ExternTfDeclarationMethod> for Locate
impl StructuralPartialEq for ExternTfDeclarationMethod
Auto Trait Implementations§
impl Freeze for ExternTfDeclarationMethod
impl RefUnwindSafe for ExternTfDeclarationMethod
impl Send for ExternTfDeclarationMethod
impl Sync for ExternTfDeclarationMethod
impl Unpin for ExternTfDeclarationMethod
impl UnwindSafe for ExternTfDeclarationMethod
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more