Struct pgrx_pg_sys::JsonbParseState
source · #[repr(C)]pub struct JsonbParseState {
pub contVal: JsonbValue,
pub size: Size,
pub next: *mut JsonbParseState,
}
Fields§
§contVal: JsonbValue
§size: Size
§next: *mut JsonbParseState
Trait Implementations§
source§impl Clone for JsonbParseState
impl Clone for JsonbParseState
source§fn clone(&self) -> JsonbParseState
fn clone(&self) -> JsonbParseState
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 more