pub struct FailedV1 {
pub queue_id: TxId,
pub audio_object_id: TxId,
pub final_stage: AnalysisStageV1,
pub final_error: String,
}Fields§
§queue_id: TxId§audio_object_id: TxId§final_stage: AnalysisStageV1§final_error: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for FailedV1
impl<'de> Deserialize<'de> for FailedV1
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 FailedV1
impl StructuralPartialEq for FailedV1
Auto Trait Implementations§
impl Freeze for FailedV1
impl RefUnwindSafe for FailedV1
impl Send for FailedV1
impl Sync for FailedV1
impl Unpin for FailedV1
impl UnsafeUnpin for FailedV1
impl UnwindSafe for FailedV1
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