pub struct AppTableService { /* private fields */ }Expand description
数据表服务
Implementations§
Source§impl AppTableService
impl AppTableService
Sourcepub async fn batch_create(
&self,
request: BatchCreateTablesRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<BatchCreateTablesResponse>>
pub async fn batch_create( &self, request: BatchCreateTablesRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<BatchCreateTablesResponse>>
新增多个数据表
Source§impl AppTableService
impl AppTableService
Sourcepub async fn batch_delete(
&self,
request: BatchDeleteTablesRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<BatchDeleteTablesResponse>>
pub async fn batch_delete( &self, request: BatchDeleteTablesRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<BatchDeleteTablesResponse>>
删除多个数据表
Source§impl AppTableService
impl AppTableService
Sourcepub async fn create(
&self,
request: CreateTableRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<CreateTableResponse>>
pub async fn create( &self, request: CreateTableRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<CreateTableResponse>>
新增一个数据表
Source§impl AppTableService
impl AppTableService
Sourcepub async fn delete(
&self,
request: DeleteTableRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<DeleteTableResponse>>
pub async fn delete( &self, request: DeleteTableRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<DeleteTableResponse>>
删除一个数据表
Source§impl AppTableService
impl AppTableService
Sourcepub async fn list(
&self,
request: ListTablesRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<ListTablesResponse>>
pub async fn list( &self, request: ListTablesRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<ListTablesResponse>>
列出数据表
Source§impl AppTableService
impl AppTableService
Sourcepub async fn patch(
&self,
request: PatchTableRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<PatchTableResponse>>
pub async fn patch( &self, request: PatchTableRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<PatchTableResponse>>
更新数据表
Trait Implementations§
Source§impl ExecutableBuilder<AppTableService, BatchCreateTablesRequest, BaseResponse<BatchCreateTablesResponse>> for BatchCreateTablesRequestBuilder
impl ExecutableBuilder<AppTableService, BatchCreateTablesRequest, BaseResponse<BatchCreateTablesResponse>> for BatchCreateTablesRequestBuilder
Source§fn build(self) -> BatchCreateTablesRequest
fn build(self) -> BatchCreateTablesRequest
构建请求对象
Source§fn execute<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<BatchCreateTablesResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<BatchCreateTablesResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
执行请求并返回响应
Source§fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<BatchCreateTablesResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<BatchCreateTablesResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
带选项执行请求
Source§impl ExecutableBuilder<AppTableService, BatchDeleteTablesRequest, BaseResponse<BatchDeleteTablesResponse>> for BatchDeleteTablesRequestBuilder
impl ExecutableBuilder<AppTableService, BatchDeleteTablesRequest, BaseResponse<BatchDeleteTablesResponse>> for BatchDeleteTablesRequestBuilder
Source§fn build(self) -> BatchDeleteTablesRequest
fn build(self) -> BatchDeleteTablesRequest
构建请求对象
Source§fn execute<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<BatchDeleteTablesResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<BatchDeleteTablesResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
执行请求并返回响应
Source§fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<BatchDeleteTablesResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<BatchDeleteTablesResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
带选项执行请求
Source§impl ExecutableBuilder<AppTableService, CreateTableRequest, BaseResponse<CreateTableResponse>> for CreateTableRequestBuilder
impl ExecutableBuilder<AppTableService, CreateTableRequest, BaseResponse<CreateTableResponse>> for CreateTableRequestBuilder
Source§fn build(self) -> CreateTableRequest
fn build(self) -> CreateTableRequest
构建请求对象
Source§fn execute<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<CreateTableResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<CreateTableResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
执行请求并返回响应
Source§fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<CreateTableResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<CreateTableResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
带选项执行请求
Source§impl ExecutableBuilder<AppTableService, DeleteTableRequest, BaseResponse<DeleteTableResponse>> for DeleteTableRequestBuilder
impl ExecutableBuilder<AppTableService, DeleteTableRequest, BaseResponse<DeleteTableResponse>> for DeleteTableRequestBuilder
Source§fn build(self) -> DeleteTableRequest
fn build(self) -> DeleteTableRequest
构建请求对象
Source§fn execute<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<DeleteTableResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<DeleteTableResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
执行请求并返回响应
Source§fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<DeleteTableResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<DeleteTableResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
带选项执行请求
Source§impl ExecutableBuilder<AppTableService, ListTablesRequest, BaseResponse<ListTablesResponse>> for ListTablesRequestBuilder
impl ExecutableBuilder<AppTableService, ListTablesRequest, BaseResponse<ListTablesResponse>> for ListTablesRequestBuilder
Source§fn build(self) -> ListTablesRequest
fn build(self) -> ListTablesRequest
构建请求对象
Source§fn execute<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<ListTablesResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<ListTablesResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
执行请求并返回响应
Source§fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<ListTablesResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<ListTablesResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
带选项执行请求
Source§impl ExecutableBuilder<AppTableService, PatchTableRequest, BaseResponse<PatchTableResponse>> for PatchTableRequestBuilder
impl ExecutableBuilder<AppTableService, PatchTableRequest, BaseResponse<PatchTableResponse>> for PatchTableRequestBuilder
Source§fn build(self) -> PatchTableRequest
fn build(self) -> PatchTableRequest
构建请求对象
Source§fn execute<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<PatchTableResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<PatchTableResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
执行请求并返回响应
Source§fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<PatchTableResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 AppTableService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<PatchTableResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
带选项执行请求
Auto Trait Implementations§
impl Freeze for AppTableService
impl !RefUnwindSafe for AppTableService
impl Send for AppTableService
impl Sync for AppTableService
impl Unpin for AppTableService
impl !UnwindSafe for AppTableService
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