pub struct AppSqlCommandsRequest { /* private fields */ }Expand description
执行 SQL请求。
Implementations§
Source§impl AppSqlCommandsRequest
impl AppSqlCommandsRequest
Sourcepub async fn execute_with_options(
self,
body: Value,
option: RequestOption,
) -> SDKResult<Value>
pub async fn execute_with_options( self, body: Value, option: RequestOption, ) -> SDKResult<Value>
使用指定请求选项执行请求。
Trait Implementations§
Source§impl Clone for AppSqlCommandsRequest
impl Clone for AppSqlCommandsRequest
Source§fn clone(&self) -> AppSqlCommandsRequest
fn clone(&self) -> AppSqlCommandsRequest
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for AppSqlCommandsRequest
impl !UnwindSafe for AppSqlCommandsRequest
impl Freeze for AppSqlCommandsRequest
impl Send for AppSqlCommandsRequest
impl Sync for AppSqlCommandsRequest
impl Unpin for AppSqlCommandsRequest
impl UnsafeUnpin for AppSqlCommandsRequest
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