pub struct AggregateExpr<F: AggregateFn, E: Expression> { /* private fields */ }Expand description
Aggregate expression wrapper
Implementations§
Source§impl<F: AggregateFn, E: Expression> AggregateExpr<F, E>
impl<F: AggregateFn, E: Expression> AggregateExpr<F, E>
Trait Implementations§
Source§impl<F: AggregateFn, E: Expression> Expression for AggregateExpr<F, E>
impl<F: AggregateFn, E: Expression> Expression for AggregateExpr<F, E>
Auto Trait Implementations§
impl<F, E> Freeze for AggregateExpr<F, E>where
E: Freeze,
impl<F, E> RefUnwindSafe for AggregateExpr<F, E>where
E: RefUnwindSafe,
F: RefUnwindSafe,
impl<F, E> Send for AggregateExpr<F, E>
impl<F, E> Sync for AggregateExpr<F, E>
impl<F, E> Unpin for AggregateExpr<F, E>
impl<F, E> UnwindSafe for AggregateExpr<F, E>where
E: UnwindSafe,
F: UnwindSafe,
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