pub struct AggregationWindow(/* private fields */);Expand description
An aggregation window duration.
Implementations§
Trait Implementations§
Source§impl Clone for AggregationWindow
impl Clone for AggregationWindow
Source§fn clone(&self) -> AggregationWindow
fn clone(&self) -> AggregationWindow
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 AggregationWindow
impl Debug for AggregationWindow
Source§impl Hash for AggregationWindow
impl Hash for AggregationWindow
Source§impl PartialEq for AggregationWindow
impl PartialEq for AggregationWindow
Source§fn eq(&self, other: &AggregationWindow) -> bool
fn eq(&self, other: &AggregationWindow) -> bool
Tests for
self and other values to be equal, and is used by ==.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