pub enum PgEnum {
Table,
EnumLabel,
EnumTypeId,
EnumSortOrder,
}
Available on crate features
postgres
and query
only.Variantsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for PgEnum
impl RefUnwindSafe for PgEnum
impl Send for PgEnum
impl Sync for PgEnum
impl Unpin for PgEnum
impl UnwindSafe for PgEnum
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