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