pub struct RunStepStreamEventThreadRunStepFailed {
pub data: RunStepObject,
}
Expand description
Occurs when a run step fails.
Fields§
§data: RunStepObject
Implementations§
Trait Implementations§
Source§impl Clone for RunStepStreamEventThreadRunStepFailed
impl Clone for RunStepStreamEventThreadRunStepFailed
Source§fn clone(&self) -> RunStepStreamEventThreadRunStepFailed
fn clone(&self) -> RunStepStreamEventThreadRunStepFailed
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<'de> Deserialize<'de> for RunStepStreamEventThreadRunStepFailed
impl<'de> Deserialize<'de> for RunStepStreamEventThreadRunStepFailed
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RunStepStreamEventThreadRunStepFailed
impl PartialEq for RunStepStreamEventThreadRunStepFailed
Source§fn eq(&self, other: &RunStepStreamEventThreadRunStepFailed) -> bool
fn eq(&self, other: &RunStepStreamEventThreadRunStepFailed) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for RunStepStreamEventThreadRunStepFailed
Auto Trait Implementations§
impl Freeze for RunStepStreamEventThreadRunStepFailed
impl RefUnwindSafe for RunStepStreamEventThreadRunStepFailed
impl Send for RunStepStreamEventThreadRunStepFailed
impl Sync for RunStepStreamEventThreadRunStepFailed
impl Unpin for RunStepStreamEventThreadRunStepFailed
impl UnwindSafe for RunStepStreamEventThreadRunStepFailed
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