pub struct CoverageSnapshot {
pub complete: bool,
pub pending: Vec<WindowUnitRef>,
pub missing: Vec<WindowUnitRef>,
}Fields§
§complete: bool§pending: Vec<WindowUnitRef>§missing: Vec<WindowUnitRef>Trait Implementations§
Source§impl Clone for CoverageSnapshot
impl Clone for CoverageSnapshot
Source§fn clone(&self) -> CoverageSnapshot
fn clone(&self) -> CoverageSnapshot
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 moreSource§impl Debug for CoverageSnapshot
impl Debug for CoverageSnapshot
Auto Trait Implementations§
impl Freeze for CoverageSnapshot
impl RefUnwindSafe for CoverageSnapshot
impl Send for CoverageSnapshot
impl Sync for CoverageSnapshot
impl Unpin for CoverageSnapshot
impl UnsafeUnpin for CoverageSnapshot
impl UnwindSafe for CoverageSnapshot
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