pub enum Database {
PrismaClientRust,
None,
}
Variants§
Implementations§
Trait Implementations§
Source§impl IntoEnumIterator for Database
impl IntoEnumIterator for Database
type Iterator = DatabaseIter
fn iter() -> DatabaseIter ⓘ
impl Eq for Database
impl StructuralPartialEq for Database
Auto Trait Implementations§
impl Freeze for Database
impl RefUnwindSafe for Database
impl Send for Database
impl Sync for Database
impl Unpin for Database
impl UnwindSafe for Database
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