Struct pgrx_pg_sys::Jsonb
source · #[repr(C)]pub struct Jsonb {
pub vl_len_: int32,
pub root: JsonbContainer,
}
Fields§
§vl_len_: int32
§root: JsonbContainer
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Jsonb
impl Send for Jsonb
impl Sync for Jsonb
impl Unpin for Jsonb
impl UnwindSafe for Jsonb
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