pub struct AggregationFn<T> { /* private fields */ }Expand description
Custom aggregation function type.
Wraps a function that aggregates a slice of row references into a string representation.
Implementations§
Source§impl<T> AggregationFn<T>
impl<T> AggregationFn<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for AggregationFn<T>
impl<T> !RefUnwindSafe for AggregationFn<T>
impl<T> Send for AggregationFn<T>
impl<T> Sync for AggregationFn<T>
impl<T> Unpin for AggregationFn<T>
impl<T> UnsafeUnpin for AggregationFn<T>
impl<T> !UnwindSafe for AggregationFn<T>
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