pub struct SqlAdapter;Expand description
SQL dump adapter wrapper.
Trait Implementations§
Source§impl Adapter for SqlAdapter
impl Adapter for SqlAdapter
Source§impl Clone for SqlAdapter
impl Clone for SqlAdapter
Source§fn clone(&self) -> SqlAdapter
fn clone(&self) -> SqlAdapter
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 SqlAdapter
impl Debug for SqlAdapter
Source§impl Default for SqlAdapter
impl Default for SqlAdapter
Source§fn default() -> SqlAdapter
fn default() -> SqlAdapter
Returns the “default value” for a type. Read more
impl Copy for SqlAdapter
Auto Trait Implementations§
impl Freeze for SqlAdapter
impl RefUnwindSafe for SqlAdapter
impl Send for SqlAdapter
impl Sync for SqlAdapter
impl Unpin for SqlAdapter
impl UnsafeUnpin for SqlAdapter
impl UnwindSafe for SqlAdapter
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