pub struct TranscriptionCompleteV1 {
pub fragment_id: TxId,
pub analysis: ExecutedAnalysis,
}Fields§
§fragment_id: TxId§analysis: ExecutedAnalysisTrait Implementations§
Source§impl Clone for TranscriptionCompleteV1
impl Clone for TranscriptionCompleteV1
Source§fn clone(&self) -> TranscriptionCompleteV1
fn clone(&self) -> TranscriptionCompleteV1
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 TranscriptionCompleteV1
impl Debug for TranscriptionCompleteV1
Source§impl<'de> Deserialize<'de> for TranscriptionCompleteV1
impl<'de> Deserialize<'de> for TranscriptionCompleteV1
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 TranscriptionCompleteV1
impl PartialEq for TranscriptionCompleteV1
Source§impl Serialize for TranscriptionCompleteV1
impl Serialize for TranscriptionCompleteV1
impl StructuralPartialEq for TranscriptionCompleteV1
Auto Trait Implementations§
impl Freeze for TranscriptionCompleteV1
impl RefUnwindSafe for TranscriptionCompleteV1
impl Send for TranscriptionCompleteV1
impl Sync for TranscriptionCompleteV1
impl Unpin for TranscriptionCompleteV1
impl UnsafeUnpin for TranscriptionCompleteV1
impl UnwindSafe for TranscriptionCompleteV1
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