#[repr(C)]pub struct dpiJson { /* private fields */ }Expand description
JSON handles are used to represent JSON values stored in the database. They are
only available from Oracle Client and Database 20 and higher. They cannot be
created directly but are created implicitly when a variable of type
DPI_ORACLE_TYPE_JSON is created. They are destroyed when the last reference is
released by a call to the function dpiJson_release().
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dpiJson
impl RefUnwindSafe for dpiJson
impl Send for dpiJson
impl Sync for dpiJson
impl Unpin for dpiJson
impl UnwindSafe for dpiJson
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