pub struct WebPatchStats {
pub dirty_cells: u32,
pub patch_count: u32,
pub bytes_uploaded: u64,
}Expand description
Aggregate patch-upload stats for host instrumentation and JSONL reporting.
Fields§
§dirty_cells: u32§patch_count: u32§bytes_uploaded: u64Trait Implementations§
Source§impl Clone for WebPatchStats
impl Clone for WebPatchStats
Source§fn clone(&self) -> WebPatchStats
fn clone(&self) -> WebPatchStats
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 WebPatchStats
impl Debug for WebPatchStats
Source§impl PartialEq for WebPatchStats
impl PartialEq for WebPatchStats
impl Copy for WebPatchStats
impl Eq for WebPatchStats
impl StructuralPartialEq for WebPatchStats
Auto Trait Implementations§
impl Freeze for WebPatchStats
impl RefUnwindSafe for WebPatchStats
impl Send for WebPatchStats
impl Sync for WebPatchStats
impl Unpin for WebPatchStats
impl UnsafeUnpin for WebPatchStats
impl UnwindSafe for WebPatchStats
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.