pub enum NotBuiltinOid {
Invalid,
Ambiguous,
TooBig,
}
Variants§
Invalid
the invalid OID
Ambiguous
not a known, builtin OID
TooBig
value too large to be a valid OID in this Postgres version
Trait Implementations§
Source§impl Clone for NotBuiltinOid
impl Clone for NotBuiltinOid
Source§fn clone(&self) -> NotBuiltinOid
fn clone(&self) -> NotBuiltinOid
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 moreSource§impl Debug for NotBuiltinOid
impl Debug for NotBuiltinOid
impl Copy for NotBuiltinOid
Auto Trait Implementations§
impl Freeze for NotBuiltinOid
impl RefUnwindSafe for NotBuiltinOid
impl Send for NotBuiltinOid
impl Sync for NotBuiltinOid
impl Unpin for NotBuiltinOid
impl UnwindSafe for NotBuiltinOid
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