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