#[repr(C)]
pub union JsonbValue__bindgen_ty_1 {
pub numeric: Numeric,
pub boolean: bool,
pub string: JsonbValue__bindgen_ty_1__bindgen_ty_1,
pub array: JsonbValue__bindgen_ty_1__bindgen_ty_2,
pub object: JsonbValue__bindgen_ty_1__bindgen_ty_3,
pub binary: JsonbValue__bindgen_ty_1__bindgen_ty_4,
pub datetime: JsonbValue__bindgen_ty_1__bindgen_ty_5,
}
Fields§
§numeric:Numeric
§
boolean:bool
§
string:JsonbValue__bindgen_ty_1__bindgen_ty_1
§
array:JsonbValue__bindgen_ty_1__bindgen_ty_2
§
object:JsonbValue__bindgen_ty_1__bindgen_ty_3
§
binary:JsonbValue__bindgen_ty_1__bindgen_ty_4
§
datetime:JsonbValue__bindgen_ty_1__bindgen_ty_5
Trait Implementations§
source§impl Clone for JsonbValue__bindgen_ty_1
impl Clone for JsonbValue__bindgen_ty_1
source§fn clone(&self) -> JsonbValue__bindgen_ty_1
fn clone(&self) -> JsonbValue__bindgen_ty_1
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