pub struct WorkflowPreflightChildTask {
pub task_id: String,
pub parent_task_id: String,
pub requested_scope: WorkflowPreflightScope,
}Fields§
§task_id: String§parent_task_id: String§requested_scope: WorkflowPreflightScopeTrait Implementations§
Source§impl Clone for WorkflowPreflightChildTask
impl Clone for WorkflowPreflightChildTask
Source§fn clone(&self) -> WorkflowPreflightChildTask
fn clone(&self) -> WorkflowPreflightChildTask
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 WorkflowPreflightChildTask
impl Debug for WorkflowPreflightChildTask
Source§impl<'de> Deserialize<'de> for WorkflowPreflightChildTask
impl<'de> Deserialize<'de> for WorkflowPreflightChildTask
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 Eq for WorkflowPreflightChildTask
impl StructuralPartialEq for WorkflowPreflightChildTask
Auto Trait Implementations§
impl Freeze for WorkflowPreflightChildTask
impl RefUnwindSafe for WorkflowPreflightChildTask
impl Send for WorkflowPreflightChildTask
impl Sync for WorkflowPreflightChildTask
impl Unpin for WorkflowPreflightChildTask
impl UnsafeUnpin for WorkflowPreflightChildTask
impl UnwindSafe for WorkflowPreflightChildTask
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