#[repr(C)]pub struct dpiSodaDocCursor { /* private fields */ }Expand description
SODA document cursor handles are used to represent SODA document cursors.
They are created by calling the function dpiSodaColl_find()
and are destroyed when the last reference is released by calling the function
dpiSodaDocCursor_release().
See this tracking issue for known issues with SODA.
Trait Implementations§
Source§impl Clone for dpiSodaDocCursor
impl Clone for dpiSodaDocCursor
Source§fn clone(&self) -> dpiSodaDocCursor
fn clone(&self) -> dpiSodaDocCursor
Returns a duplicate 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