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