pub struct MaxNumericMetadata { /* private fields */ }Expand description
Reference impl: take the maximum of a numeric metadata field
across matching candidates. Returns None when no
candidate’s metadata carries the key OR no value parses as a
finite f64.
Implementations§
Trait Implementations§
Source§impl Aggregator for MaxNumericMetadata
impl Aggregator for MaxNumericMetadata
Auto Trait Implementations§
impl Freeze for MaxNumericMetadata
impl RefUnwindSafe for MaxNumericMetadata
impl Send for MaxNumericMetadata
impl Sync for MaxNumericMetadata
impl Unpin for MaxNumericMetadata
impl UnsafeUnpin for MaxNumericMetadata
impl UnwindSafe for MaxNumericMetadata
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