Enum parser_database::IndexType
source · pub enum IndexType {
Normal,
Unique,
Fulltext,
}
Expand description
The different types of indexes supported in the Prisma Schema Language.
Variants§
Trait Implementations§
source§impl PartialEq for IndexType
impl PartialEq for IndexType
impl Copy for IndexType
impl StructuralPartialEq for IndexType
Auto Trait Implementations§
impl RefUnwindSafe for IndexType
impl Send for IndexType
impl Sync for IndexType
impl Unpin for IndexType
impl UnwindSafe for IndexType
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