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