pub struct RunStepDeltaObjectDelta {
    pub step_details: Option<StepDetails>,
}Expand description
The delta containing the fields that have changed on the run step.
Fields§
§step_details: Option<StepDetails>The details of the run step.
Implementations§
Trait Implementations§
Source§impl Clone for RunStepDeltaObjectDelta
 
impl Clone for RunStepDeltaObjectDelta
Source§fn clone(&self) -> RunStepDeltaObjectDelta
 
fn clone(&self) -> RunStepDeltaObjectDelta
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 RunStepDeltaObjectDelta
 
impl Debug for RunStepDeltaObjectDelta
Source§impl Default for RunStepDeltaObjectDelta
 
impl Default for RunStepDeltaObjectDelta
Source§fn default() -> RunStepDeltaObjectDelta
 
fn default() -> RunStepDeltaObjectDelta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunStepDeltaObjectDelta
 
impl<'de> Deserialize<'de> for RunStepDeltaObjectDelta
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
Source§impl PartialEq for RunStepDeltaObjectDelta
 
impl PartialEq for RunStepDeltaObjectDelta
Source§impl Serialize for RunStepDeltaObjectDelta
 
impl Serialize for RunStepDeltaObjectDelta
impl StructuralPartialEq for RunStepDeltaObjectDelta
Auto Trait Implementations§
impl Freeze for RunStepDeltaObjectDelta
impl RefUnwindSafe for RunStepDeltaObjectDelta
impl Send for RunStepDeltaObjectDelta
impl Sync for RunStepDeltaObjectDelta
impl Unpin for RunStepDeltaObjectDelta
impl UnwindSafe for RunStepDeltaObjectDelta
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