pub struct SheetRowColService { /* private fields */ }Expand description
Implementations§
Source§impl SheetRowColService
impl SheetRowColService
Sourcepub async fn add_rows_or_columns(
&self,
request: AddRowsOrColumnsRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<AddRowsOrColumnsResponseData>>
pub async fn add_rows_or_columns( &self, request: AddRowsOrColumnsRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<AddRowsOrColumnsResponseData>>
增加行列
Source§impl SheetRowColService
impl SheetRowColService
Sourcepub async fn delete_rows_or_columns(
&self,
request: DeleteRowsOrColumnsRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<DeleteRowsOrColumnsResponseData>>
pub async fn delete_rows_or_columns( &self, request: DeleteRowsOrColumnsRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<DeleteRowsOrColumnsResponseData>>
删除行列
Source§impl SheetRowColService
impl SheetRowColService
Sourcepub async fn insert_rows_or_columns(
&self,
request: InsertRowsOrColumnsRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<InsertRowsOrColumnsResponseData>>
pub async fn insert_rows_or_columns( &self, request: InsertRowsOrColumnsRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<InsertRowsOrColumnsResponseData>>
插入行列
Source§impl SheetRowColService
impl SheetRowColService
Sourcepub async fn update_rows_or_columns(
&self,
request: UpdateRowsOrColumnsRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<UpdateRowsOrColumnsResponseData>>
pub async fn update_rows_or_columns( &self, request: UpdateRowsOrColumnsRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<UpdateRowsOrColumnsResponseData>>
更新行列
Trait Implementations§
Source§impl ExecutableBuilder<SheetRowColService, DeleteRowsOrColumnsRequest, BaseResponse<DeleteRowsOrColumnsResponseData>> for DeleteRowsOrColumnsRequestBuilder
impl ExecutableBuilder<SheetRowColService, DeleteRowsOrColumnsRequest, BaseResponse<DeleteRowsOrColumnsResponseData>> for DeleteRowsOrColumnsRequestBuilder
Source§fn build(self) -> DeleteRowsOrColumnsRequest
fn build(self) -> DeleteRowsOrColumnsRequest
构建请求对象
Source§fn execute<'life0, 'async_trait>(
self,
service: &'life0 SheetRowColService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<DeleteRowsOrColumnsResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute<'life0, 'async_trait>(
self,
service: &'life0 SheetRowColService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<DeleteRowsOrColumnsResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
执行请求并返回响应
Source§fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 SheetRowColService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<DeleteRowsOrColumnsResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 SheetRowColService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<DeleteRowsOrColumnsResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
带选项执行请求
Source§impl ExecutableBuilder<SheetRowColService, InsertRowsOrColumnsRequest, BaseResponse<InsertRowsOrColumnsResponseData>> for InsertRowsOrColumnsRequestBuilder
impl ExecutableBuilder<SheetRowColService, InsertRowsOrColumnsRequest, BaseResponse<InsertRowsOrColumnsResponseData>> for InsertRowsOrColumnsRequestBuilder
Source§fn build(self) -> InsertRowsOrColumnsRequest
fn build(self) -> InsertRowsOrColumnsRequest
构建请求对象
Source§fn execute<'life0, 'async_trait>(
self,
service: &'life0 SheetRowColService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<InsertRowsOrColumnsResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute<'life0, 'async_trait>(
self,
service: &'life0 SheetRowColService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<InsertRowsOrColumnsResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
执行请求并返回响应
Source§fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 SheetRowColService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<InsertRowsOrColumnsResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 SheetRowColService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<InsertRowsOrColumnsResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
带选项执行请求
Auto Trait Implementations§
impl Freeze for SheetRowColService
impl !RefUnwindSafe for SheetRowColService
impl Send for SheetRowColService
impl Sync for SheetRowColService
impl Unpin for SheetRowColService
impl !UnwindSafe for SheetRowColService
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