pub struct WorkflowService { /* private fields */ }Expand description
WorkflowService:工作流服务的统一入口
提供对任务、审批、看板 API 的访问能力
Implementations§
Trait Implementations§
Source§impl Clone for WorkflowService
impl Clone for WorkflowService
Source§fn clone(&self) -> WorkflowService
fn clone(&self) -> WorkflowService
Returns a duplicate of the value. Read more
1.0.0 · 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 Freeze for WorkflowService
impl !RefUnwindSafe for WorkflowService
impl Send for WorkflowService
impl Sync for WorkflowService
impl Unpin for WorkflowService
impl UnsafeUnpin for WorkflowService
impl !UnwindSafe for WorkflowService
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