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