Enum PgIndex
pub enum PgIndex {
Table,
IndexRelId,
IndRelId,
IndIsUnique,
IndIsPrimary,
IndPred,
IndKey,
}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