pub struct QueryWithStatusAndJob {
pub params: WorkflowQueryParams,
pub gh_run_status: GhRunStatus,
pub gh_run_job_name: String,
}Expand description
Query with custom status and specific job name
Fields§
§params: WorkflowQueryParams§gh_run_status: GhRunStatus§gh_run_job_name: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for QueryWithStatusAndJob
impl<'de> Deserialize<'de> for QueryWithStatusAndJob
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
Auto Trait Implementations§
impl Freeze for QueryWithStatusAndJob
impl RefUnwindSafe for QueryWithStatusAndJob
impl Send for QueryWithStatusAndJob
impl Sync for QueryWithStatusAndJob
impl Unpin for QueryWithStatusAndJob
impl UnwindSafe for QueryWithStatusAndJob
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