pub struct TaskBodyDeclarationWithoutPort {
    pub nodes: (Option<InterfaceIdentifierOrClassScope>, TaskIdentifier, Symbol, Vec<TfItemDeclaration>, Vec<StatementOrNull>, Keyword, Option<(Symbol, TaskIdentifier)>),
}Fields§
§nodes: (Option<InterfaceIdentifierOrClassScope>, TaskIdentifier, Symbol, Vec<TfItemDeclaration>, Vec<StatementOrNull>, Keyword, Option<(Symbol, TaskIdentifier)>)Trait Implementations§
Source§impl Clone for TaskBodyDeclarationWithoutPort
 
impl Clone for TaskBodyDeclarationWithoutPort
Source§fn clone(&self) -> TaskBodyDeclarationWithoutPort
 
fn clone(&self) -> TaskBodyDeclarationWithoutPort
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<'a> From<&'a TaskBodyDeclarationWithoutPort> for RefNode<'a>
 
impl<'a> From<&'a TaskBodyDeclarationWithoutPort> for RefNode<'a>
Source§fn from(x: &'a TaskBodyDeclarationWithoutPort) -> RefNode<'a>
 
fn from(x: &'a TaskBodyDeclarationWithoutPort) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a TaskBodyDeclarationWithoutPort> for RefNodes<'a>
 
impl<'a> From<&'a TaskBodyDeclarationWithoutPort> for RefNodes<'a>
Source§fn from(x: &'a TaskBodyDeclarationWithoutPort) -> RefNodes<'a>
 
fn from(x: &'a TaskBodyDeclarationWithoutPort) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<TaskBodyDeclarationWithoutPort> for AnyNode
 
impl From<TaskBodyDeclarationWithoutPort> for AnyNode
Source§fn from(x: TaskBodyDeclarationWithoutPort) -> AnyNode
 
fn from(x: TaskBodyDeclarationWithoutPort) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a TaskBodyDeclarationWithoutPort
 
impl<'a> IntoIterator for &'a TaskBodyDeclarationWithoutPort
Source§impl PartialEq for TaskBodyDeclarationWithoutPort
 
impl PartialEq for TaskBodyDeclarationWithoutPort
Source§fn eq(&self, other: &TaskBodyDeclarationWithoutPort) -> bool
 
fn eq(&self, other: &TaskBodyDeclarationWithoutPort) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a TaskBodyDeclarationWithoutPort> for Locate
 
impl<'a> TryFrom<&'a TaskBodyDeclarationWithoutPort> for Locate
impl StructuralPartialEq for TaskBodyDeclarationWithoutPort
Auto Trait Implementations§
impl Freeze for TaskBodyDeclarationWithoutPort
impl RefUnwindSafe for TaskBodyDeclarationWithoutPort
impl Send for TaskBodyDeclarationWithoutPort
impl Sync for TaskBodyDeclarationWithoutPort
impl Unpin for TaskBodyDeclarationWithoutPort
impl UnwindSafe for TaskBodyDeclarationWithoutPort
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