pub struct BinsSelectionOrOptionCoverage {
    pub nodes: (Vec<AttributeInstance>, CoverageOption),
}Fields§
§nodes: (Vec<AttributeInstance>, CoverageOption)Trait Implementations§
Source§impl Clone for BinsSelectionOrOptionCoverage
 
impl Clone for BinsSelectionOrOptionCoverage
Source§fn clone(&self) -> BinsSelectionOrOptionCoverage
 
fn clone(&self) -> BinsSelectionOrOptionCoverage
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<'a> From<&'a BinsSelectionOrOptionCoverage> for RefNode<'a>
 
impl<'a> From<&'a BinsSelectionOrOptionCoverage> for RefNode<'a>
Source§fn from(x: &'a BinsSelectionOrOptionCoverage) -> RefNode<'a>
 
fn from(x: &'a BinsSelectionOrOptionCoverage) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a BinsSelectionOrOptionCoverage> for RefNodes<'a>
 
impl<'a> From<&'a BinsSelectionOrOptionCoverage> for RefNodes<'a>
Source§fn from(x: &'a BinsSelectionOrOptionCoverage) -> RefNodes<'a>
 
fn from(x: &'a BinsSelectionOrOptionCoverage) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<BinsSelectionOrOptionCoverage> for AnyNode
 
impl From<BinsSelectionOrOptionCoverage> for AnyNode
Source§fn from(x: BinsSelectionOrOptionCoverage) -> AnyNode
 
fn from(x: BinsSelectionOrOptionCoverage) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a BinsSelectionOrOptionCoverage
 
impl<'a> IntoIterator for &'a BinsSelectionOrOptionCoverage
Source§impl PartialEq for BinsSelectionOrOptionCoverage
 
impl PartialEq for BinsSelectionOrOptionCoverage
Source§fn eq(&self, other: &BinsSelectionOrOptionCoverage) -> bool
 
fn eq(&self, other: &BinsSelectionOrOptionCoverage) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a BinsSelectionOrOptionCoverage> for Locate
 
impl<'a> TryFrom<&'a BinsSelectionOrOptionCoverage> for Locate
impl StructuralPartialEq for BinsSelectionOrOptionCoverage
Auto Trait Implementations§
impl Freeze for BinsSelectionOrOptionCoverage
impl RefUnwindSafe for BinsSelectionOrOptionCoverage
impl Send for BinsSelectionOrOptionCoverage
impl Sync for BinsSelectionOrOptionCoverage
impl Unpin for BinsSelectionOrOptionCoverage
impl UnwindSafe for BinsSelectionOrOptionCoverage
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