pub struct RunStreamEvent_Variant3 {
pub event: String,
pub data: RunObject,
}
Expand description
Occurs when a run moves to an
in_progress
status.
Fields§
§event: String
§data: RunObject
Trait Implementations§
Source§impl Clone for RunStreamEvent_Variant3
impl Clone for RunStreamEvent_Variant3
Source§fn clone(&self) -> RunStreamEvent_Variant3
fn clone(&self) -> RunStreamEvent_Variant3
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 RunStreamEvent_Variant3
impl RefUnwindSafe for RunStreamEvent_Variant3
impl Send for RunStreamEvent_Variant3
impl Sync for RunStreamEvent_Variant3
impl Unpin for RunStreamEvent_Variant3
impl UnwindSafe for RunStreamEvent_Variant3
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