Struct pgrx_pg_sys::JsonbValue
source · #[repr(C)]pub struct JsonbValue {
pub type_: jbvType,
pub val: JsonbValue__bindgen_ty_1,
}
Fields§
§type_: jbvType
§val: JsonbValue__bindgen_ty_1
Trait Implementations§
source§impl Clone for JsonbValue
impl Clone for JsonbValue
source§fn clone(&self) -> JsonbValue
fn clone(&self) -> JsonbValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more