#[repr(C)]pub struct JsonbContainer {
pub header: uint32,
pub children: __IncompleteArrayField<JEntry>,
}
Fields§
§header: uint32
§children: __IncompleteArrayField<JEntry>
Trait Implementations§
Source§impl Debug for JsonbContainer
impl Debug for JsonbContainer
Source§impl Default for JsonbContainer
impl Default for JsonbContainer
Source§fn default() -> JsonbContainer
fn default() -> JsonbContainer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JsonbContainer
impl RefUnwindSafe for JsonbContainer
impl Send for JsonbContainer
impl Sync for JsonbContainer
impl Unpin for JsonbContainer
impl UnwindSafe for JsonbContainer
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