pub struct RollbackTaskRequestBuilder { /* private fields */ }Expand description
退回人工任务 Builder
Implementations§
Source§impl RollbackTaskRequestBuilder
impl RollbackTaskRequestBuilder
Sourcepub fn new(
config: Config,
task_id: impl Into<String>,
node_id: impl Into<String>,
) -> Self
pub fn new( config: Config, task_id: impl Into<String>, node_id: impl Into<String>, ) -> Self
创建新的 Builder
Sourcepub async fn execute(self) -> SDKResult<RollbackTaskResponse>
pub async fn execute(self) -> SDKResult<RollbackTaskResponse>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<RollbackTaskResponse>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<RollbackTaskResponse>
使用选项执行请求
Trait Implementations§
Source§impl Clone for RollbackTaskRequestBuilder
impl Clone for RollbackTaskRequestBuilder
Source§fn clone(&self) -> RollbackTaskRequestBuilder
fn clone(&self) -> RollbackTaskRequestBuilder
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 RollbackTaskRequestBuilder
impl !UnwindSafe for RollbackTaskRequestBuilder
impl Freeze for RollbackTaskRequestBuilder
impl Send for RollbackTaskRequestBuilder
impl Sync for RollbackTaskRequestBuilder
impl Unpin for RollbackTaskRequestBuilder
impl UnsafeUnpin for RollbackTaskRequestBuilder
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