Struct pgrx_pg_sys::AggStatePerAggData
source · #[repr(C)]pub struct AggStatePerAggData { /* private fields */ }
Trait Implementations§
source§impl Clone for AggStatePerAggData
impl Clone for AggStatePerAggData
source§fn clone(&self) -> AggStatePerAggData
fn clone(&self) -> AggStatePerAggData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AggStatePerAggData
impl Debug for AggStatePerAggData
impl Copy for AggStatePerAggData
Auto Trait Implementations§
impl Freeze for AggStatePerAggData
impl RefUnwindSafe for AggStatePerAggData
impl Send for AggStatePerAggData
impl Sync for AggStatePerAggData
impl Unpin for AggStatePerAggData
impl UnwindSafe for AggStatePerAggData
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