pub struct BatchDataStats {
pub length: u64,
pub non_zeros: u64,
}Expand description
Statistics about a batch of data (for L1 cost estimation).
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 · 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 Decodable for BatchDataStats
impl Decodable 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 Encodable for BatchDataStats
impl Encodable for BatchDataStats
impl Copy 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 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