pub struct AllAgg;Expand description
Status indicating all selected expressions are aggregate.
Trait Implementations§
impl Copy for AllAgg
Auto Trait Implementations§
impl Freeze for AllAgg
impl RefUnwindSafe for AllAgg
impl Send for AllAgg
impl Sync for AllAgg
impl Unpin for AllAgg
impl UnsafeUnpin for AllAgg
impl UnwindSafe for AllAgg
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