Struct pgx_pg_sys::JsonbValue
source · [−]#[repr(C)]pub struct JsonbValue {
pub type_: jbvType,
pub val: JsonbValue__bindgen_ty_1,
}Fields
type_: jbvTypeval: JsonbValue__bindgen_ty_1Trait Implementations
sourceimpl Clone for JsonbValue
impl Clone for JsonbValue
sourcefn clone(&self) -> JsonbValue
fn clone(&self) -> JsonbValue
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 JsonbValue
impl Default for JsonbValue
impl Copy for JsonbValue
Auto Trait Implementations
impl RefUnwindSafe for JsonbValue
impl !Send for JsonbValue
impl !Sync for JsonbValue
impl Unpin for JsonbValue
impl UnwindSafe for JsonbValue
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