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