#[repr(C)]pub struct JsonbValue {
pub type_: Type,
pub val: JsonbValue__bindgen_ty_1,
}
Fields§
§type_: Type
§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 moreSource§impl Default for JsonbValue
impl Default for JsonbValue
impl Copy for JsonbValue
Auto Trait Implementations§
impl Freeze for JsonbValue
impl RefUnwindSafe for JsonbValue
impl !Send for JsonbValue
impl !Sync for JsonbValue
impl Unpin for JsonbValue
impl UnwindSafe for JsonbValue
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