Enum sea_schema::postgres::query::enumeration::PgType
source · [−]pub enum PgType {
Table,
TypeName,
Oid,
}
Available on crate features
postgres
and query
only.Variants
Table
TypeName
Oid
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PgType
impl Send for PgType
impl Sync for PgType
impl Unpin for PgType
impl UnwindSafe for PgType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more