Struct pgx_pg_sys::ArrayBuildStateAny
source · [−]#[repr(C)]pub struct ArrayBuildStateAny {
pub scalarstate: *mut ArrayBuildState,
pub arraystate: *mut ArrayBuildStateArr,
}Fields
scalarstate: *mut ArrayBuildStatearraystate: *mut ArrayBuildStateArrTrait Implementations
sourceimpl Clone for ArrayBuildStateAny
impl Clone for ArrayBuildStateAny
sourcefn clone(&self) -> ArrayBuildStateAny
fn clone(&self) -> ArrayBuildStateAny
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 ArrayBuildStateAny
impl Debug for ArrayBuildStateAny
sourceimpl Default for ArrayBuildStateAny
impl Default for ArrayBuildStateAny
impl Copy for ArrayBuildStateAny
Auto Trait Implementations
impl RefUnwindSafe for ArrayBuildStateAny
impl !Send for ArrayBuildStateAny
impl !Sync for ArrayBuildStateAny
impl Unpin for ArrayBuildStateAny
impl UnwindSafe for ArrayBuildStateAny
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