pub struct TemporalIntegration;Expand description
Temporal.io integration.
Implementations§
Source§impl TemporalIntegration
impl TemporalIntegration
Sourcepub fn export_workflow(workflow: &WorkflowDefinition) -> Result<String>
pub fn export_workflow(workflow: &WorkflowDefinition) -> Result<String>
Export workflow to Temporal workflow format (Go).
Sourcepub fn import_workflow(_workflow_code: &str) -> Result<WorkflowDefinition>
pub fn import_workflow(_workflow_code: &str) -> Result<WorkflowDefinition>
Import workflow from Temporal workflow.
Auto Trait Implementations§
impl Freeze for TemporalIntegration
impl RefUnwindSafe for TemporalIntegration
impl Send for TemporalIntegration
impl Sync for TemporalIntegration
impl Unpin for TemporalIntegration
impl UnsafeUnpin for TemporalIntegration
impl UnwindSafe for TemporalIntegration
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