pub struct CoverageBatch {
pub reports: Vec<CoverageReport>,
pub reported_at: String,
pub agent_version: String,
}Fields§
§reports: Vec<CoverageReport>§reported_at: String§agent_version: StringTrait Implementations§
Source§impl Clone for CoverageBatch
impl Clone for CoverageBatch
Source§fn clone(&self) -> CoverageBatch
fn clone(&self) -> CoverageBatch
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 moreAuto Trait Implementations§
impl Freeze for CoverageBatch
impl RefUnwindSafe for CoverageBatch
impl Send for CoverageBatch
impl Sync for CoverageBatch
impl Unpin for CoverageBatch
impl UnwindSafe for CoverageBatch
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