pub struct SqlServerAdapter;Implementations§
Auto Trait Implementations§
impl Freeze for SqlServerAdapter
impl RefUnwindSafe for SqlServerAdapter
impl Send for SqlServerAdapter
impl Sync for SqlServerAdapter
impl Unpin for SqlServerAdapter
impl UnsafeUnpin for SqlServerAdapter
impl UnwindSafe for SqlServerAdapter
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