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