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