pub struct BatchDeleteBlockRequestBuilder { /* private fields */ }Expand description
批量删除块请求构建器
Implementations§
Source§impl BatchDeleteBlockRequestBuilder
impl BatchDeleteBlockRequestBuilder
Sourcepub async fn execute(
self,
service: &DocumentBlockService,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<BatchDeleteBlockRespData>>
pub async fn execute( self, service: &DocumentBlockService, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<BatchDeleteBlockRespData>>
执行请求
Sourcepub async fn execute_with_options(
self,
service: &DocumentBlockService,
option: RequestOption,
) -> SDKResult<BaseResponse<BatchDeleteBlockRespData>>
pub async fn execute_with_options( self, service: &DocumentBlockService, option: RequestOption, ) -> SDKResult<BaseResponse<BatchDeleteBlockRespData>>
执行请求(带选项)
Trait Implementations§
Source§impl Default for BatchDeleteBlockRequestBuilder
impl Default for BatchDeleteBlockRequestBuilder
Source§fn default() -> BatchDeleteBlockRequestBuilder
fn default() -> BatchDeleteBlockRequestBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BatchDeleteBlockRequestBuilder
impl RefUnwindSafe for BatchDeleteBlockRequestBuilder
impl Send for BatchDeleteBlockRequestBuilder
impl Sync for BatchDeleteBlockRequestBuilder
impl Unpin for BatchDeleteBlockRequestBuilder
impl UnwindSafe for BatchDeleteBlockRequestBuilder
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