pub struct GetWorkflowParams {
pub location_id: String,
}Available on crate feature
workflows only.Expand description
Query parameters for WorkflowsService::get_workflow.
Fields§
§location_id: StringlocationId query parameter.
Required by the API.
Implementations§
Trait Implementations§
Source§impl Clone for GetWorkflowParams
impl Clone for GetWorkflowParams
Source§fn clone(&self) -> GetWorkflowParams
fn clone(&self) -> GetWorkflowParams
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 moreSource§impl Debug for GetWorkflowParams
impl Debug for GetWorkflowParams
Source§impl Default for GetWorkflowParams
impl Default for GetWorkflowParams
Source§fn default() -> GetWorkflowParams
fn default() -> GetWorkflowParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetWorkflowParams
impl RefUnwindSafe for GetWorkflowParams
impl Send for GetWorkflowParams
impl Sync for GetWorkflowParams
impl Unpin for GetWorkflowParams
impl UnsafeUnpin for GetWorkflowParams
impl UnwindSafe for GetWorkflowParams
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