pub struct ObjectTypeAttr { /* private fields */ }
Expand description
Object type attribute information
Implementations§
Source§impl ObjectTypeAttr
impl ObjectTypeAttr
Sourcepub fn oracle_type(&self) -> &OracleType
pub fn oracle_type(&self) -> &OracleType
Gets the attribute type
Trait Implementations§
Source§impl Clone for ObjectTypeAttr
impl Clone for ObjectTypeAttr
Source§fn clone(&self) -> ObjectTypeAttr
fn clone(&self) -> ObjectTypeAttr
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 moreAuto Trait Implementations§
impl Freeze for ObjectTypeAttr
impl RefUnwindSafe for ObjectTypeAttr
impl Send for ObjectTypeAttr
impl Sync for ObjectTypeAttr
impl Unpin for ObjectTypeAttr
impl UnwindSafe for ObjectTypeAttr
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