Struct sv_parser_syntaxtree::declarations::task_declarations::TaskBodyDeclarationWithPort
source · [−]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
sourceimpl Clone for TaskBodyDeclarationWithPort
impl Clone for TaskBodyDeclarationWithPort
sourcefn clone(&self) -> TaskBodyDeclarationWithPort
fn clone(&self) -> TaskBodyDeclarationWithPort
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 TaskBodyDeclarationWithPort
impl Debug for TaskBodyDeclarationWithPort
sourceimpl<'a> From<&'a TaskBodyDeclarationWithPort> for RefNode<'a>
impl<'a> From<&'a TaskBodyDeclarationWithPort> for RefNode<'a>
sourcefn from(x: &'a TaskBodyDeclarationWithPort) -> Self
fn from(x: &'a TaskBodyDeclarationWithPort) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a TaskBodyDeclarationWithPort> for RefNodes<'a>
impl<'a> From<&'a TaskBodyDeclarationWithPort> for RefNodes<'a>
sourcefn from(x: &'a TaskBodyDeclarationWithPort) -> Self
fn from(x: &'a TaskBodyDeclarationWithPort) -> Self
Converts to this type from the input type.
sourceimpl From<TaskBodyDeclarationWithPort> for AnyNode
impl From<TaskBodyDeclarationWithPort> for AnyNode
sourcefn from(x: TaskBodyDeclarationWithPort) -> Self
fn from(x: TaskBodyDeclarationWithPort) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a TaskBodyDeclarationWithPort
impl<'a> IntoIterator for &'a TaskBodyDeclarationWithPort
sourceimpl PartialEq<TaskBodyDeclarationWithPort> for TaskBodyDeclarationWithPort
impl PartialEq<TaskBodyDeclarationWithPort> for TaskBodyDeclarationWithPort
sourcefn eq(&self, other: &TaskBodyDeclarationWithPort) -> bool
fn eq(&self, other: &TaskBodyDeclarationWithPort) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &TaskBodyDeclarationWithPort) -> bool
fn ne(&self, other: &TaskBodyDeclarationWithPort) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a TaskBodyDeclarationWithPort> for Locate
impl<'a> TryFrom<&'a TaskBodyDeclarationWithPort> for Locate
sourceimpl TryFrom<AnyNode> for TaskBodyDeclarationWithPort
impl TryFrom<AnyNode> for TaskBodyDeclarationWithPort
sourceimpl TryFrom<TaskBodyDeclarationWithPort> for Locate
impl TryFrom<TaskBodyDeclarationWithPort> for Locate
impl StructuralPartialEq for TaskBodyDeclarationWithPort
Auto Trait Implementations
impl RefUnwindSafe for TaskBodyDeclarationWithPort
impl Send for TaskBodyDeclarationWithPort
impl Sync for TaskBodyDeclarationWithPort
impl Unpin for TaskBodyDeclarationWithPort
impl UnwindSafe for TaskBodyDeclarationWithPort
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