Enum sv_parser::ElaborationSystemTask
source · pub enum ElaborationSystemTask {
TaskFatal(Box<ElaborationSystemTaskFatal, Global>),
TaskError(Box<ElaborationSystemTaskError, Global>),
TaskWarning(Box<ElaborationSystemTaskWarning, Global>),
TaskInfo(Box<ElaborationSystemTaskInfo, Global>),
}
Variants§
TaskFatal(Box<ElaborationSystemTaskFatal, Global>)
TaskError(Box<ElaborationSystemTaskError, Global>)
TaskWarning(Box<ElaborationSystemTaskWarning, Global>)
TaskInfo(Box<ElaborationSystemTaskInfo, Global>)
Trait Implementations§
source§impl Clone for ElaborationSystemTask
impl Clone for ElaborationSystemTask
source§fn clone(&self) -> ElaborationSystemTask
fn clone(&self) -> ElaborationSystemTask
Returns a copy 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 ElaborationSystemTask
impl Debug for ElaborationSystemTask
source§impl<'a> From<&'a ElaborationSystemTask> for RefNode<'a>
impl<'a> From<&'a ElaborationSystemTask> for RefNode<'a>
source§fn from(x: &'a ElaborationSystemTask) -> RefNode<'a>
fn from(x: &'a ElaborationSystemTask) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a ElaborationSystemTask> for RefNodes<'a>
impl<'a> From<&'a ElaborationSystemTask> for RefNodes<'a>
source§fn from(x: &'a ElaborationSystemTask) -> RefNodes<'a>
fn from(x: &'a ElaborationSystemTask) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<ElaborationSystemTask> for AnyNode
impl From<ElaborationSystemTask> for AnyNode
source§fn from(x: ElaborationSystemTask) -> AnyNode
fn from(x: ElaborationSystemTask) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a ElaborationSystemTask
impl<'a> IntoIterator for &'a ElaborationSystemTask
source§impl PartialEq<ElaborationSystemTask> for ElaborationSystemTask
impl PartialEq<ElaborationSystemTask> for ElaborationSystemTask
source§fn eq(&self, other: &ElaborationSystemTask) -> bool
fn eq(&self, other: &ElaborationSystemTask) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.