Enum sea_schema::postgres::query::enumeration::PgType
source · pub enum PgType {
Table,
TypeName,
Oid,
}
Available on crate features
postgres
and query
only.Variants§
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§
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