pub struct Average {
pub args: Vec<Value>,
}
Fields§
§args: Vec<Value>
Trait Implementations§
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