pub struct WorkflowPreflightCheck {
pub code: String,
pub message: String,
pub task_id: Option<String>,
}Fields§
§code: String§message: String§task_id: Option<String>Trait Implementations§
Source§impl Clone for WorkflowPreflightCheck
impl Clone for WorkflowPreflightCheck
Source§fn clone(&self) -> WorkflowPreflightCheck
fn clone(&self) -> WorkflowPreflightCheck
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 WorkflowPreflightCheck
impl Debug for WorkflowPreflightCheck
Source§impl<'de> Deserialize<'de> for WorkflowPreflightCheck
impl<'de> Deserialize<'de> for WorkflowPreflightCheck
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 WorkflowPreflightCheck
Source§impl PartialEq for WorkflowPreflightCheck
impl PartialEq for WorkflowPreflightCheck
Source§impl Serialize for WorkflowPreflightCheck
impl Serialize for WorkflowPreflightCheck
impl StructuralPartialEq for WorkflowPreflightCheck
Auto Trait Implementations§
impl Freeze for WorkflowPreflightCheck
impl RefUnwindSafe for WorkflowPreflightCheck
impl Send for WorkflowPreflightCheck
impl Sync for WorkflowPreflightCheck
impl Unpin for WorkflowPreflightCheck
impl UnsafeUnpin for WorkflowPreflightCheck
impl UnwindSafe for WorkflowPreflightCheck
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