#[repr(C)]pub struct dpiJson { /* private fields */ }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