pub struct D1Client { /* private fields */ }Expand description
Client for a user-defined D1 database.
Implementations§
Auto Trait Implementations§
impl Freeze for D1Client
impl !RefUnwindSafe for D1Client
impl Send for D1Client
impl Sync for D1Client
impl Unpin for D1Client
impl UnsafeUnpin for D1Client
impl !UnwindSafe for D1Client
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