pub struct AutomateWorkflowsManager { /* private fields */ }Expand description
Operations for the “automate_workflows” API area.
Implementations§
Source§impl AutomateWorkflowsManager
impl AutomateWorkflowsManager
Sourcepub fn list(
&self,
folder_id: String,
opts: Option<AutomateWorkflowsListOptions>,
) -> AutomateWorkflowsListPaginator
pub fn list( &self, folder_id: String, opts: Option<AutomateWorkflowsListOptions>, ) -> AutomateWorkflowsListPaginator
Iterate every crate::models::schemas::AutomateWorkflowAction across pages, threading the cursor.
pub async fn start( &self, workflow_id: String, body: AutomateWorkflowStartRequest, ) -> Result<(), Error>
Auto Trait Implementations§
impl !RefUnwindSafe for AutomateWorkflowsManager
impl !UnwindSafe for AutomateWorkflowsManager
impl Freeze for AutomateWorkflowsManager
impl Send for AutomateWorkflowsManager
impl Sync for AutomateWorkflowsManager
impl Unpin for AutomateWorkflowsManager
impl UnsafeUnpin for AutomateWorkflowsManager
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