pub struct Average {
pub field: String,
}Expand description
Average aggregator
Fields§
§field: StringImplementations§
Trait Implementations§
Source§impl Aggregation for Average
impl Aggregation for Average
fn aggregate(&self, events: &[StreamEvent]) -> AggregateResult
Auto Trait Implementations§
impl Freeze for Average
impl RefUnwindSafe for Average
impl Send for Average
impl Sync for Average
impl Unpin for Average
impl UnwindSafe for Average
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