pub struct AutomateWorkflowStartRequest {
pub workflow_action_id: String,
pub file_ids: Vec<String>,
}Fields§
§workflow_action_id: String§file_ids: Vec<String>Trait Implementations§
Source§impl Clone for AutomateWorkflowStartRequest
impl Clone for AutomateWorkflowStartRequest
Source§fn clone(&self) -> AutomateWorkflowStartRequest
fn clone(&self) -> AutomateWorkflowStartRequest
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 AutomateWorkflowStartRequest
impl Debug for AutomateWorkflowStartRequest
Source§impl<'de> Deserialize<'de> for AutomateWorkflowStartRequest
impl<'de> Deserialize<'de> for AutomateWorkflowStartRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for AutomateWorkflowStartRequest
Auto Trait Implementations§
impl Freeze for AutomateWorkflowStartRequest
impl RefUnwindSafe for AutomateWorkflowStartRequest
impl Send for AutomateWorkflowStartRequest
impl Sync for AutomateWorkflowStartRequest
impl Unpin for AutomateWorkflowStartRequest
impl UnsafeUnpin for AutomateWorkflowStartRequest
impl UnwindSafe for AutomateWorkflowStartRequest
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