Struct pgrx_pg_sys::JsonbContainer
source · #[repr(C)]pub struct JsonbContainer {
pub header: uint32,
pub children: __IncompleteArrayField<JEntry>,
}
Fields§
§header: uint32
§children: __IncompleteArrayField<JEntry>
Trait Implementations§
source§impl Debug for JsonbContainer
impl Debug for JsonbContainer
source§impl Default for JsonbContainer
impl Default for JsonbContainer
source§fn default() -> JsonbContainer
fn default() -> JsonbContainer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for JsonbContainer
impl Send for JsonbContainer
impl Sync for JsonbContainer
impl Unpin for JsonbContainer
impl UnwindSafe for JsonbContainer
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