#[repr(C)]pub struct dpiSodaCollCursor { /* private fields */ }Trait Implementations§
Source§impl Clone for dpiSodaCollCursor
impl Clone for dpiSodaCollCursor
Source§fn clone(&self) -> dpiSodaCollCursor
fn clone(&self) -> dpiSodaCollCursor
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 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