Enum PgEnum
pub enum PgEnum {
Table,
EnumLabel,
EnumTypeId,
EnumSortOrder,
}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