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