pub struct DeleteFloatImageRequestBuilder { /* private fields */ }Implementations§
Source§impl DeleteFloatImageRequestBuilder
impl DeleteFloatImageRequestBuilder
pub fn spreadsheet_token(self, spreadsheet_token: impl ToString) -> Self
pub fn sheet_id(self, sheet_id: impl ToString) -> Self
pub fn float_image_id(self, float_image_id: impl ToString) -> Self
pub fn build(self) -> DeleteFloatImageRequest
Trait Implementations§
Source§impl Default for DeleteFloatImageRequestBuilder
impl Default for DeleteFloatImageRequestBuilder
Source§fn default() -> DeleteFloatImageRequestBuilder
fn default() -> DeleteFloatImageRequestBuilder
Returns the “default value” for a type. Read more
Source§impl ExecutableBuilder<SpreadsheetSheetService, DeleteFloatImageRequest, BaseResponse<DeleteFloatImageResponseData>> for DeleteFloatImageRequestBuilder
impl ExecutableBuilder<SpreadsheetSheetService, DeleteFloatImageRequest, BaseResponse<DeleteFloatImageResponseData>> for DeleteFloatImageRequestBuilder
Source§fn build(self) -> DeleteFloatImageRequest
fn build(self) -> DeleteFloatImageRequest
构建请求对象
Source§fn execute<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetSheetService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<DeleteFloatImageResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetSheetService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<DeleteFloatImageResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
执行请求并返回响应
Source§fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetSheetService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<DeleteFloatImageResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetSheetService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<DeleteFloatImageResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
带选项执行请求
Auto Trait Implementations§
impl Freeze for DeleteFloatImageRequestBuilder
impl RefUnwindSafe for DeleteFloatImageRequestBuilder
impl Send for DeleteFloatImageRequestBuilder
impl Sync for DeleteFloatImageRequestBuilder
impl Unpin for DeleteFloatImageRequestBuilder
impl UnwindSafe for DeleteFloatImageRequestBuilder
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