pub struct EnumOidEntry {
pub oid: i32,
pub array_oid: i32,
pub schema: String,
}Expand description
Registration data for an enum type, used when inserting into the registry.
Fields§
§oid: i32§array_oid: i32§schema: StringTrait Implementations§
Source§impl Clone for EnumOidEntry
impl Clone for EnumOidEntry
Source§fn clone(&self) -> EnumOidEntry
fn clone(&self) -> EnumOidEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EnumOidEntry
impl RefUnwindSafe for EnumOidEntry
impl Send for EnumOidEntry
impl Sync for EnumOidEntry
impl Unpin for EnumOidEntry
impl UnsafeUnpin for EnumOidEntry
impl UnwindSafe for EnumOidEntry
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