#[repr(C)]pub struct AggStatePerGroupData {
pub transValue: Datum,
pub transValueIsNull: bool,
pub noTransValue: bool,
}Fields§
§transValue: Datum§transValueIsNull: bool§noTransValue: boolTrait Implementations§
Source§impl Clone for AggStatePerGroupData
impl Clone for AggStatePerGroupData
Source§fn clone(&self) -> AggStatePerGroupData
fn clone(&self) -> AggStatePerGroupData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AggStatePerGroupData
Source§impl Debug for AggStatePerGroupData
impl Debug for AggStatePerGroupData
Auto Trait Implementations§
impl !Send for AggStatePerGroupData
impl !Sync for AggStatePerGroupData
impl Freeze for AggStatePerGroupData
impl RefUnwindSafe for AggStatePerGroupData
impl Unpin for AggStatePerGroupData
impl UnsafeUnpin for AggStatePerGroupData
impl UnwindSafe for AggStatePerGroupData
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