pub struct Average<T> {
pub items: Vec<Arc<Expression<T>>>,
}Expand description
Gets the average value.
Fields§
§items: Vec<Arc<Expression<T>>>Trait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for Average<T>where T: RefUnwindSafe,
impl<T> Send for Average<T>where T: Send + Sync,
impl<T> Sync for Average<T>where T: Send + Sync,
impl<T> Unpin for Average<T>
impl<T> UnwindSafe for Average<T>where T: RefUnwindSafe,
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