pub struct SingleStoreDriver;Trait Implementations§
Source§impl AdapterDriver for SingleStoreDriver
impl AdapterDriver for SingleStoreDriver
fn kind(&self) -> AdapterKind
Source§impl Clone for SingleStoreDriver
impl Clone for SingleStoreDriver
Source§fn clone(&self) -> SingleStoreDriver
fn clone(&self) -> SingleStoreDriver
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 SingleStoreDriver
impl Debug for SingleStoreDriver
Source§impl Default for SingleStoreDriver
impl Default for SingleStoreDriver
Source§fn default() -> SingleStoreDriver
fn default() -> SingleStoreDriver
Returns the “default value” for a type. Read more
impl Copy for SingleStoreDriver
Auto Trait Implementations§
impl Freeze for SingleStoreDriver
impl RefUnwindSafe for SingleStoreDriver
impl Send for SingleStoreDriver
impl Sync for SingleStoreDriver
impl Unpin for SingleStoreDriver
impl UnsafeUnpin for SingleStoreDriver
impl UnwindSafe for SingleStoreDriver
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