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