pub struct ActionRunJob {Show 13 fields
pub completed_at: Option<String>,
pub head_branch: Option<String>,
pub head_sha: Option<String>,
pub id: Option<f64>,
pub labels: Option<Vec<String>>,
pub name: Option<String>,
pub run_id: Option<f64>,
pub runner_id: Option<f64>,
pub runner_name: Option<String>,
pub started_at: Option<String>,
pub status: Option<String>,
pub steps: Option<Vec<ActionRunJobStep>>,
pub workflow_name: Option<String>,
}Fields§
§completed_at: Option<String>§head_branch: Option<String>§head_sha: Option<String>§id: Option<f64>§labels: Option<Vec<String>>§name: Option<String>§run_id: Option<f64>§runner_id: Option<f64>§runner_name: Option<String>§started_at: Option<String>§status: Option<String>§steps: Option<Vec<ActionRunJobStep>>§workflow_name: Option<String>Trait Implementations§
Source§impl Clone for ActionRunJob
impl Clone for ActionRunJob
Source§fn clone(&self) -> ActionRunJob
fn clone(&self) -> ActionRunJob
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 ActionRunJob
impl Debug for ActionRunJob
Source§impl<'de> Deserialize<'de> for ActionRunJob
impl<'de> Deserialize<'de> for ActionRunJob
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 ActionRunJob
impl RefUnwindSafe for ActionRunJob
impl Send for ActionRunJob
impl Sync for ActionRunJob
impl Unpin for ActionRunJob
impl UnsafeUnpin for ActionRunJob
impl UnwindSafe for ActionRunJob
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