Struct pgrx_pg_sys::AggStatePerTransData
source · #[repr(C)]pub struct AggStatePerTransData { /* private fields */ }
Trait Implementations§
source§impl Clone for AggStatePerTransData
impl Clone for AggStatePerTransData
source§fn clone(&self) -> AggStatePerTransData
fn clone(&self) -> AggStatePerTransData
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 AggStatePerTransData
impl Debug for AggStatePerTransData
impl Copy for AggStatePerTransData
Auto Trait Implementations§
impl Freeze for AggStatePerTransData
impl RefUnwindSafe for AggStatePerTransData
impl Send for AggStatePerTransData
impl Sync for AggStatePerTransData
impl Unpin for AggStatePerTransData
impl UnwindSafe for AggStatePerTransData
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