pub struct TaskBodyDeclarationWithPort {
    pub nodes: (Option<InterfaceIdentifierOrClassScope>, TaskIdentifier, Paren<Option<TfPortList>>, Symbol, Vec<BlockItemDeclaration>, Vec<StatementOrNull>, Keyword, Option<(Symbol, TaskIdentifier)>),
}Fields§
§nodes: (Option<InterfaceIdentifierOrClassScope>, TaskIdentifier, Paren<Option<TfPortList>>, Symbol, Vec<BlockItemDeclaration>, Vec<StatementOrNull>, Keyword, Option<(Symbol, TaskIdentifier)>)Trait Implementations§
Source§impl Clone for TaskBodyDeclarationWithPort
 
impl Clone for TaskBodyDeclarationWithPort
Source§fn clone(&self) -> TaskBodyDeclarationWithPort
 
fn clone(&self) -> TaskBodyDeclarationWithPort
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 TaskBodyDeclarationWithPort
 
impl Debug for TaskBodyDeclarationWithPort
Source§impl<'a> From<&'a TaskBodyDeclarationWithPort> for RefNode<'a>
 
impl<'a> From<&'a TaskBodyDeclarationWithPort> for RefNode<'a>
Source§fn from(x: &'a TaskBodyDeclarationWithPort) -> RefNode<'a>
 
fn from(x: &'a TaskBodyDeclarationWithPort) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a TaskBodyDeclarationWithPort> for RefNodes<'a>
 
impl<'a> From<&'a TaskBodyDeclarationWithPort> for RefNodes<'a>
Source§fn from(x: &'a TaskBodyDeclarationWithPort) -> RefNodes<'a>
 
fn from(x: &'a TaskBodyDeclarationWithPort) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<TaskBodyDeclarationWithPort> for AnyNode
 
impl From<TaskBodyDeclarationWithPort> for AnyNode
Source§fn from(x: TaskBodyDeclarationWithPort) -> AnyNode
 
fn from(x: TaskBodyDeclarationWithPort) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a TaskBodyDeclarationWithPort
 
impl<'a> IntoIterator for &'a TaskBodyDeclarationWithPort
Source§impl<'a> TryFrom<&'a TaskBodyDeclarationWithPort> for Locate
 
impl<'a> TryFrom<&'a TaskBodyDeclarationWithPort> for Locate
Source§impl TryFrom<AnyNode> for TaskBodyDeclarationWithPort
 
impl TryFrom<AnyNode> for TaskBodyDeclarationWithPort
Source§impl TryFrom<TaskBodyDeclarationWithPort> for Locate
 
impl TryFrom<TaskBodyDeclarationWithPort> for Locate
impl StructuralPartialEq for TaskBodyDeclarationWithPort
Auto Trait Implementations§
impl Freeze for TaskBodyDeclarationWithPort
impl RefUnwindSafe for TaskBodyDeclarationWithPort
impl Send for TaskBodyDeclarationWithPort
impl Sync for TaskBodyDeclarationWithPort
impl Unpin for TaskBodyDeclarationWithPort
impl UnwindSafe for TaskBodyDeclarationWithPort
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