pub struct RunStepStreamEvent_Variant4 {
pub event: String,
pub data: RunStepObject,
}
Expand description
Occurs when a run step is completed.
Fields§
§event: String
§data: RunStepObject
Trait Implementations§
Source§impl Clone for RunStepStreamEvent_Variant4
impl Clone for RunStepStreamEvent_Variant4
Source§fn clone(&self) -> RunStepStreamEvent_Variant4
fn clone(&self) -> RunStepStreamEvent_Variant4
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for RunStepStreamEvent_Variant4
impl RefUnwindSafe for RunStepStreamEvent_Variant4
impl Send for RunStepStreamEvent_Variant4
impl Sync for RunStepStreamEvent_Variant4
impl Unpin for RunStepStreamEvent_Variant4
impl UnwindSafe for RunStepStreamEvent_Variant4
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