#[repr(C)]
pub struct JsonbIterator { pub container: *mut JsonbContainer, pub nElems: uint32, pub isScalar: bool, pub children: *mut JEntry, pub dataProper: *mut c_char, pub curIndex: c_int, pub curDataOffset: uint32, pub curValueOffset: uint32, pub state: JsonbIterState, pub parent: *mut JsonbIterator, }

Fields

container: *mut JsonbContainernElems: uint32isScalar: boolchildren: *mut JEntrydataProper: *mut c_charcurIndex: c_intcurDataOffset: uint32curValueOffset: uint32state: JsonbIterStateparent: *mut JsonbIterator

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.