pub struct GetJobJobStages {
pub duration_ms: Option<i64>,
pub ended_at: Option<Timestamp>,
pub info: Option<GetJobJobStagesInfo>,
pub name: String,
pub stage_id: i64,
pub started_at: Option<Timestamp>,
pub status: JobStatusOutput,
}Fields§
§duration_ms: Option<i64>§ended_at: Option<Timestamp>§info: Option<GetJobJobStagesInfo>§name: String§stage_id: i64§started_at: Option<Timestamp>§status: JobStatusOutputTrait Implementations§
Source§impl Clone for GetJobJobStages
impl Clone for GetJobJobStages
Source§fn clone(&self) -> GetJobJobStages
fn clone(&self) -> GetJobJobStages
Returns a duplicate of the value. Read more
1.0.0 · 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 GetJobJobStages
impl Debug for GetJobJobStages
Source§impl<'de> Deserialize<'de> for GetJobJobStages
impl<'de> Deserialize<'de> for GetJobJobStages
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 GetJobJobStages
impl RefUnwindSafe for GetJobJobStages
impl Send for GetJobJobStages
impl Sync for GetJobJobStages
impl Unpin for GetJobJobStages
impl UnsafeUnpin for GetJobJobStages
impl UnwindSafe for GetJobJobStages
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