Struct spin_sdk::mysql::Connection
source · pub struct Connection { /* private fields */ }
Expand description
A connection to a MySQL database.
Implementations§
source§impl Connection
impl Connection
source§impl Connection
impl Connection
Trait Implementations§
source§impl Debug for Connection
impl Debug for Connection
source§impl WasmResource for Connection
impl WasmResource for Connection
Auto Trait Implementations§
impl RefUnwindSafe for Connection
impl Send for Connection
impl Sync for Connection
impl Unpin for Connection
impl UnwindSafe for Connection
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