pub struct Agg;Expand description
Marker indicating an aggregate expression (COUNT, SUM, etc.).
Trait Implementations§
impl AggregateKind for Agg
impl Copy for Agg
impl Eq for Agg
impl StructuralPartialEq for Agg
Auto Trait Implementations§
impl Freeze for Agg
impl RefUnwindSafe for Agg
impl Send for Agg
impl Sync for Agg
impl Unpin for Agg
impl UnwindSafe for Agg
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