#[repr(C)]pub struct dpiSubscr { /* private fields */ }Expand description
Subscription handles are used to represent subscriptions to events such as
continuous query notification and object change notification. They are created
by calling the function dpiConn_subscribe() and are destroyed
by calling the function dpiConn_unsubscribe() or releasing the last
reference by calling the function dpiSubscr_release().
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dpiSubscr
impl RefUnwindSafe for dpiSubscr
impl Send for dpiSubscr
impl Sync for dpiSubscr
impl Unpin for dpiSubscr
impl UnwindSafe for dpiSubscr
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