Struct pgx_pg_sys::AggStatePerHashData
source · [−]#[repr(C)]pub struct AggStatePerHashData { /* private fields */ }Trait Implementations
sourceimpl Clone for AggStatePerHashData
impl Clone for AggStatePerHashData
sourcefn clone(&self) -> AggStatePerHashData
fn clone(&self) -> AggStatePerHashData
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AggStatePerHashData
impl Debug for AggStatePerHashData
impl Copy for AggStatePerHashData
Auto Trait Implementations
impl RefUnwindSafe for AggStatePerHashData
impl Send for AggStatePerHashData
impl Sync for AggStatePerHashData
impl Unpin for AggStatePerHashData
impl UnwindSafe for AggStatePerHashData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more