pub struct PrismaClientHandle {
pub database_url: String,
pub schema_path: String,
}Fields§
§database_url: String§schema_path: StringTrait Implementations§
Source§impl Clone for PrismaClientHandle
impl Clone for PrismaClientHandle
Source§fn clone(&self) -> PrismaClientHandle
fn clone(&self) -> PrismaClientHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PrismaClientHandle
impl RefUnwindSafe for PrismaClientHandle
impl Send for PrismaClientHandle
impl Sync for PrismaClientHandle
impl Unpin for PrismaClientHandle
impl UnsafeUnpin for PrismaClientHandle
impl UnwindSafe for PrismaClientHandle
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