pub struct AppWorkflowService { /* private fields */ }Expand description
自动化流程服务
Implementations§
Source§impl AppWorkflowService
impl AppWorkflowService
pub fn new(config: Config) -> Self
Sourcepub async fn list(
&self,
request: ListWorkflowRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<ListWorkflowResponse>>
pub async fn list( &self, request: ListWorkflowRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<ListWorkflowResponse>>
列出自动化流程
Sourcepub async fn update(
&self,
request: UpdateWorkflowRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<UpdateWorkflowResponse>>
pub async fn update( &self, request: UpdateWorkflowRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<UpdateWorkflowResponse>>
更新自动化流程状态
Auto Trait Implementations§
impl Freeze for AppWorkflowService
impl !RefUnwindSafe for AppWorkflowService
impl Send for AppWorkflowService
impl Sync for AppWorkflowService
impl Unpin for AppWorkflowService
impl !UnwindSafe for AppWorkflowService
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