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