#[repr(C)]pub struct dpiDeqOptions { /* private fields */ }Expand description
Dequeue option handles are used to represent the options specified when
dequeuing messages using advanced queueing. They are created by calling the
function dpiConn_newDeqOptions() and are destroyed by releasing the
last reference by calling the function dpiDeqOptions_release().
Trait Implementations§
Source§impl Clone for dpiDeqOptions
impl Clone for dpiDeqOptions
Source§fn clone(&self) -> dpiDeqOptions
fn clone(&self) -> dpiDeqOptions
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 dpiDeqOptions
impl Debug for dpiDeqOptions
impl Copy for dpiDeqOptions
Auto Trait Implementations§
impl Freeze for dpiDeqOptions
impl RefUnwindSafe for dpiDeqOptions
impl Send for dpiDeqOptions
impl Sync for dpiDeqOptions
impl Unpin for dpiDeqOptions
impl UnwindSafe for dpiDeqOptions
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