pub struct Averageifs {
pub average_range: Value,
pub args: Vec<Value>,
}
Fields§
§average_range: Value
§args: Vec<Value>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Averageifs
impl RefUnwindSafe for Averageifs
impl Send for Averageifs
impl Sync for Averageifs
impl Unpin for Averageifs
impl UnwindSafe for Averageifs
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