pub struct ReusedNativePackStats {
pub object_count: usize,
pub encoded_bytes_copied: u64,
}Fields§
§object_count: usize§encoded_bytes_copied: u64Trait Implementations§
Source§impl Clone for ReusedNativePackStats
impl Clone for ReusedNativePackStats
Source§fn clone(&self) -> ReusedNativePackStats
fn clone(&self) -> ReusedNativePackStats
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 ReusedNativePackStats
Source§impl Debug for ReusedNativePackStats
impl Debug for ReusedNativePackStats
impl Eq for ReusedNativePackStats
Source§impl PartialEq for ReusedNativePackStats
impl PartialEq for ReusedNativePackStats
impl StructuralPartialEq for ReusedNativePackStats
Auto Trait Implementations§
impl Freeze for ReusedNativePackStats
impl RefUnwindSafe for ReusedNativePackStats
impl Send for ReusedNativePackStats
impl Sync for ReusedNativePackStats
impl Unpin for ReusedNativePackStats
impl UnsafeUnpin for ReusedNativePackStats
impl UnwindSafe for ReusedNativePackStats
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