pub struct FailedV2 {
pub fragment_id: TxId,
pub stage: FragmentStageV1,
pub llm_job_sequence: Option<u64>,
pub error: String,
}Fields§
§fragment_id: TxId§stage: FragmentStageV1§llm_job_sequence: Option<u64>§error: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for FailedV2
impl<'de> Deserialize<'de> for FailedV2
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
impl Eq for FailedV2
impl StructuralPartialEq for FailedV2
Auto Trait Implementations§
impl Freeze for FailedV2
impl RefUnwindSafe for FailedV2
impl Send for FailedV2
impl Sync for FailedV2
impl Unpin for FailedV2
impl UnsafeUnpin for FailedV2
impl UnwindSafe for FailedV2
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