Struct AggregationWindow
pub struct AggregationWindow(/* private fields */);Expand description
An aggregation window duration.
Implementations§
§impl AggregationWindow
impl AggregationWindow
pub const fn new(duration: Duration) -> AggregationWindow
pub const fn new(duration: Duration) -> AggregationWindow
Creates an aggregation window.
Trait Implementations§
§impl Clone for AggregationWindow
impl Clone for AggregationWindow
§fn clone(&self) -> AggregationWindow
fn clone(&self) -> AggregationWindow
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 more§impl Debug for AggregationWindow
impl Debug for AggregationWindow
§impl Hash for AggregationWindow
impl Hash for AggregationWindow
§impl PartialEq for AggregationWindow
impl PartialEq for AggregationWindow
impl Copy for AggregationWindow
impl Eq for AggregationWindow
impl StructuralPartialEq for AggregationWindow
Auto Trait Implementations§
impl Freeze for AggregationWindow
impl RefUnwindSafe for AggregationWindow
impl Send for AggregationWindow
impl Sync for AggregationWindow
impl Unpin for AggregationWindow
impl UnsafeUnpin for AggregationWindow
impl UnwindSafe for AggregationWindow
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