pub struct SqlOps<'a> { /* private fields */ }Expand description
Raw HTTP operations for the Azure SQL API.
These methods encode the correct URL paths, HTTP methods, and
parameter ordering from the Azure ARM REST Specification.
They are pub(crate) — use the ergonomic wrappers in
[super::sql::SqlClient] instead.
Auto Trait Implementations§
impl<'a> Freeze for SqlOps<'a>
impl<'a> !RefUnwindSafe for SqlOps<'a>
impl<'a> Send for SqlOps<'a>
impl<'a> Sync for SqlOps<'a>
impl<'a> Unpin for SqlOps<'a>
impl<'a> UnsafeUnpin for SqlOps<'a>
impl<'a> !UnwindSafe for SqlOps<'a>
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