#[repr(C)]pub struct JsonbValue {
pub type_: Type,
pub val: JsonbValue__bindgen_ty_1,
}Fields§
§type_: Type§val: JsonbValue__bindgen_ty_1Trait Implementations§
Source§impl Clone for JsonbValue
impl Clone for JsonbValue
Source§fn clone(&self) -> JsonbValue
fn clone(&self) -> JsonbValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for JsonbValue
Auto Trait Implementations§
impl !Send for JsonbValue
impl !Sync for JsonbValue
impl Freeze for JsonbValue
impl RefUnwindSafe for JsonbValue
impl Unpin for JsonbValue
impl UnsafeUnpin 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