pub struct MixedAgg;Expand description
Status indicating a mix of scalar and aggregate expressions.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MixedAgg
impl RefUnwindSafe for MixedAgg
impl Send for MixedAgg
impl Sync for MixedAgg
impl Unpin for MixedAgg
impl UnsafeUnpin for MixedAgg
impl UnwindSafe for MixedAgg
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