#[repr(C)]pub struct dpiSodaDb { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for dpiSodaDb
impl RefUnwindSafe for dpiSodaDb
impl Send for dpiSodaDb
impl Sync for dpiSodaDb
impl Unpin for dpiSodaDb
impl UnwindSafe for dpiSodaDb
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