pub struct ActionRunJobStep {
pub completed_at: Option<String>,
pub name: Option<String>,
pub number: Option<f64>,
pub started_at: Option<String>,
pub status: Option<String>,
}Fields§
§completed_at: Option<String>§name: Option<String>§number: Option<f64>§started_at: Option<String>§status: Option<String>Trait Implementations§
Source§impl Clone for ActionRunJobStep
impl Clone for ActionRunJobStep
Source§fn clone(&self) -> ActionRunJobStep
fn clone(&self) -> ActionRunJobStep
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 ActionRunJobStep
impl Debug for ActionRunJobStep
Source§impl<'de> Deserialize<'de> for ActionRunJobStep
impl<'de> Deserialize<'de> for ActionRunJobStep
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 ActionRunJobStep
impl RefUnwindSafe for ActionRunJobStep
impl Send for ActionRunJobStep
impl Sync for ActionRunJobStep
impl Unpin for ActionRunJobStep
impl UnsafeUnpin for ActionRunJobStep
impl UnwindSafe for ActionRunJobStep
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