pub struct MySqlAdapter;Trait Implementations§
Source§impl AdapterDriver for MySqlAdapter
impl AdapterDriver for MySqlAdapter
fn kind(&self) -> AdapterKind
Source§impl Clone for MySqlAdapter
impl Clone for MySqlAdapter
Source§fn clone(&self) -> MySqlAdapter
fn clone(&self) -> MySqlAdapter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MySqlAdapter
impl Debug for MySqlAdapter
Source§impl Default for MySqlAdapter
impl Default for MySqlAdapter
Source§fn default() -> MySqlAdapter
fn default() -> MySqlAdapter
Returns the “default value” for a type. Read more
impl Copy for MySqlAdapter
Auto Trait Implementations§
impl Freeze for MySqlAdapter
impl RefUnwindSafe for MySqlAdapter
impl Send for MySqlAdapter
impl Sync for MySqlAdapter
impl Unpin for MySqlAdapter
impl UnsafeUnpin for MySqlAdapter
impl UnwindSafe for MySqlAdapter
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