#[repr(C)]pub struct dpiSodaDocCursor { /* private fields */ }Trait Implementations§
Source§impl Clone for dpiSodaDocCursor
impl Clone for dpiSodaDocCursor
Source§fn clone(&self) -> dpiSodaDocCursor
fn clone(&self) -> dpiSodaDocCursor
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 moreSource§impl Debug for dpiSodaDocCursor
impl Debug for dpiSodaDocCursor
impl Copy for dpiSodaDocCursor
Auto Trait Implementations§
impl Freeze for dpiSodaDocCursor
impl RefUnwindSafe for dpiSodaDocCursor
impl Send for dpiSodaDocCursor
impl Sync for dpiSodaDocCursor
impl Unpin for dpiSodaDocCursor
impl UnwindSafe for dpiSodaDocCursor
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