pub struct WorkflowsService { /* private fields */ }Available on crate feature
workflows only.Expand description
Typed access to the workflows API v2 surface (1 operations). Obtained via
Ghl::workflows.
Implementations§
Source§impl WorkflowsService
impl WorkflowsService
Sourcepub async fn get_workflow(
&self,
params: &GetWorkflowParams,
) -> Result<GetWorkflowSuccessfulResponseDto>
pub async fn get_workflow( &self, params: &GetWorkflowParams, ) -> Result<GetWorkflowSuccessfulResponseDto>
Get Workflow
GET /workflows/
Requires scope: workflows.readonly.
Trait Implementations§
Source§impl Clone for WorkflowsService
impl Clone for WorkflowsService
Source§fn clone(&self) -> WorkflowsService
fn clone(&self) -> WorkflowsService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !RefUnwindSafe for WorkflowsService
impl !UnwindSafe for WorkflowsService
impl Freeze for WorkflowsService
impl Send for WorkflowsService
impl Sync for WorkflowsService
impl Unpin for WorkflowsService
impl UnsafeUnpin for WorkflowsService
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