pub struct CoverageBand { /* private fields */ }Expand description
Inclusive normalized-coverage band supplied by the caller.
Implementations§
Source§impl CoverageBand
impl CoverageBand
Trait Implementations§
Source§impl Clone for CoverageBand
impl Clone for CoverageBand
Source§fn clone(&self) -> CoverageBand
fn clone(&self) -> CoverageBand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CoverageBand
Source§impl Debug for CoverageBand
impl Debug for CoverageBand
Source§impl<'de> Deserialize<'de> for CoverageBand
impl<'de> Deserialize<'de> for CoverageBand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CoverageBand
impl PartialEq for CoverageBand
Source§impl Serialize for CoverageBand
impl Serialize for CoverageBand
impl StructuralPartialEq for CoverageBand
Auto Trait Implementations§
impl Freeze for CoverageBand
impl RefUnwindSafe for CoverageBand
impl Send for CoverageBand
impl Sync for CoverageBand
impl Unpin for CoverageBand
impl UnsafeUnpin for CoverageBand
impl UnwindSafe for CoverageBand
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