#[repr(C)]pub struct dpiObjectAttr { /* private fields */ }Expand description
Object attribute handles are used to represent the attributes of types such as
those created by the SQL command CREATE OR REPLACE TYPE. They are created by
calling the function dpiObjectType_getAttributes() and are destroyed
when the last reference is released by calling the function
dpiObjectAttr_release().
Trait Implementations§
Source§impl Clone for dpiObjectAttr
impl Clone for dpiObjectAttr
Source§fn clone(&self) -> dpiObjectAttr
fn clone(&self) -> dpiObjectAttr
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 dpiObjectAttr
impl Debug for dpiObjectAttr
impl Copy for dpiObjectAttr
Auto Trait Implementations§
impl Freeze for dpiObjectAttr
impl RefUnwindSafe for dpiObjectAttr
impl Send for dpiObjectAttr
impl Sync for dpiObjectAttr
impl Unpin for dpiObjectAttr
impl UnwindSafe for dpiObjectAttr
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