pub struct PrismaGenerator;Implementations§
Trait Implementations§
Source§impl Default for PrismaGenerator
impl Default for PrismaGenerator
Source§impl Generator for PrismaGenerator
impl Generator for PrismaGenerator
Auto Trait Implementations§
impl Freeze for PrismaGenerator
impl RefUnwindSafe for PrismaGenerator
impl Send for PrismaGenerator
impl Sync for PrismaGenerator
impl Unpin for PrismaGenerator
impl UnwindSafe for PrismaGenerator
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