pub struct AttemptFailedV1 {
pub fragment_id: TxId,
pub attempt_txid: TxId,
pub stage: FragmentStageV1,
pub llm_job_sequence: Option<u64>,
pub error: String,
}Fields§
§fragment_id: TxId§attempt_txid: TxId§stage: FragmentStageV1§llm_job_sequence: Option<u64>§error: StringTrait Implementations§
Source§impl Clone for AttemptFailedV1
impl Clone for AttemptFailedV1
Source§fn clone(&self) -> AttemptFailedV1
fn clone(&self) -> AttemptFailedV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AttemptFailedV1
impl Debug for AttemptFailedV1
Source§impl<'de> Deserialize<'de> for AttemptFailedV1
impl<'de> Deserialize<'de> for AttemptFailedV1
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 AttemptFailedV1
Source§impl PartialEq for AttemptFailedV1
impl PartialEq for AttemptFailedV1
Source§impl Serialize for AttemptFailedV1
impl Serialize for AttemptFailedV1
impl StructuralPartialEq for AttemptFailedV1
Auto Trait Implementations§
impl Freeze for AttemptFailedV1
impl RefUnwindSafe for AttemptFailedV1
impl Send for AttemptFailedV1
impl Sync for AttemptFailedV1
impl Unpin for AttemptFailedV1
impl UnsafeUnpin for AttemptFailedV1
impl UnwindSafe for AttemptFailedV1
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