Struct AggregationField
pub struct AggregationField {
pub(crate) out_name: Symbol,
pub(crate) transform: Transform,
}Fields§
§out_name: Symbol§transform: TransformTrait Implementations§
§impl Clone for AggregationField
impl Clone for AggregationField
Auto Trait Implementations§
impl !Freeze for AggregationField
impl RefUnwindSafe for AggregationField
impl Send for AggregationField
impl Sync for AggregationField
impl Unpin for AggregationField
impl UnwindSafe for AggregationField
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