pub struct DropSummary {
pub requested: usize,
pub retained: usize,
}Expand description
Rows dropped vs retained when aligning lags.
Fields§
§requested: usizeRaw series length.
retained: usizeEffective aligned samples.
Trait Implementations§
Source§impl Clone for DropSummary
impl Clone for DropSummary
Source§fn clone(&self) -> DropSummary
fn clone(&self) -> DropSummary
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 DropSummary
Source§impl Debug for DropSummary
impl Debug for DropSummary
Source§impl Default for DropSummary
impl Default for DropSummary
Source§fn default() -> DropSummary
fn default() -> DropSummary
Returns the “default value” for a type. Read more
impl Eq for DropSummary
Source§impl PartialEq for DropSummary
impl PartialEq for DropSummary
impl StructuralPartialEq for DropSummary
Auto Trait Implementations§
impl Freeze for DropSummary
impl RefUnwindSafe for DropSummary
impl Send for DropSummary
impl Sync for DropSummary
impl Unpin for DropSummary
impl UnsafeUnpin for DropSummary
impl UnwindSafe for DropSummary
Blanket Implementations§
impl<T> Allocation for T
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