Enum fire_postgres::table::column::IndexKind
source · pub enum IndexKind {
Primary,
Unique,
NamedUnique(&'static str),
Index,
None,
}
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for IndexKind
impl PartialEq for IndexKind
impl StructuralPartialEq for IndexKind
Auto Trait Implementations§
impl RefUnwindSafe for IndexKind
impl Send for IndexKind
impl Sync for IndexKind
impl Unpin for IndexKind
impl UnwindSafe for IndexKind
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