#[repr(C)]pub struct dpiSodaCollCursor { /* private fields */ }Expand description
SODA collection cursor handles are used to represent SODA collection cursors.
They are created by calling the function dpiSodaDb_getCollections()
and are destroyed when the last reference is released by calling the function
dpiSodaCollCursor_release().
See this tracking issue for known issues with SODA.
Trait Implementations§
Source§impl Clone for dpiSodaCollCursor
impl Clone for dpiSodaCollCursor
Source§fn clone(&self) -> dpiSodaCollCursor
fn clone(&self) -> dpiSodaCollCursor
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 dpiSodaCollCursor
impl Debug for dpiSodaCollCursor
impl Copy for dpiSodaCollCursor
Auto Trait Implementations§
impl Freeze for dpiSodaCollCursor
impl RefUnwindSafe for dpiSodaCollCursor
impl Send for dpiSodaCollCursor
impl Sync for dpiSodaCollCursor
impl Unpin for dpiSodaCollCursor
impl UnwindSafe for dpiSodaCollCursor
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