pub struct BatchDataStats {
pub length: u64,
pub non_zeros: u64,
}Fields§
§length: u64§non_zeros: u64Trait Implementations§
Source§impl Clone for BatchDataStats
impl Clone for BatchDataStats
Source§fn clone(&self) -> BatchDataStats
fn clone(&self) -> BatchDataStats
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 BatchDataStats
impl Debug for BatchDataStats
Source§impl Default for BatchDataStats
impl Default for BatchDataStats
Source§fn default() -> BatchDataStats
fn default() -> BatchDataStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchDataStats
impl<'de> Deserialize<'de> for BatchDataStats
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 BatchDataStats
impl PartialEq for BatchDataStats
Source§fn eq(&self, other: &BatchDataStats) -> bool
fn eq(&self, other: &BatchDataStats) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BatchDataStats
impl Serialize for BatchDataStats
impl StructuralPartialEq for BatchDataStats
Auto Trait Implementations§
impl Freeze for BatchDataStats
impl RefUnwindSafe for BatchDataStats
impl Send for BatchDataStats
impl Sync for BatchDataStats
impl Unpin for BatchDataStats
impl UnsafeUnpin for BatchDataStats
impl UnwindSafe for BatchDataStats
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