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