Enum pgrx_pg_sys::submodules::oids::NotBuiltinOid
source · 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
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