Union pgx_pg_sys::AnyArrayType
source · [−]#[repr(C)]
pub union AnyArrayType {
pub flt: ArrayType,
pub xpn: ExpandedArrayHeader,
}Fields
flt: ArrayTypexpn: ExpandedArrayHeaderTrait Implementations
sourceimpl Clone for AnyArrayType
impl Clone for AnyArrayType
sourcefn clone(&self) -> AnyArrayType
fn clone(&self) -> AnyArrayType
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 Default for AnyArrayType
impl Default for AnyArrayType
impl Copy for AnyArrayType
Auto Trait Implementations
impl RefUnwindSafe for AnyArrayType
impl !Send for AnyArrayType
impl !Sync for AnyArrayType
impl Unpin for AnyArrayType
impl UnwindSafe for AnyArrayType
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