pub struct ConfirmedV1 {
pub queue_id: TxId,
pub audio_object_id: TxId,
pub analysis_txid: TxId,
pub speakers: Vec<ConfirmedSpeakerV1>,
}Fields§
§queue_id: TxId§audio_object_id: TxId§analysis_txid: TxId§speakers: Vec<ConfirmedSpeakerV1>Trait Implementations§
Source§impl Clone for ConfirmedV1
impl Clone for ConfirmedV1
Source§fn clone(&self) -> ConfirmedV1
fn clone(&self) -> ConfirmedV1
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 ConfirmedV1
impl Debug for ConfirmedV1
Source§impl<'de> Deserialize<'de> for ConfirmedV1
impl<'de> Deserialize<'de> for ConfirmedV1
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 ConfirmedV1
Source§impl PartialEq for ConfirmedV1
impl PartialEq for ConfirmedV1
Source§impl Serialize for ConfirmedV1
impl Serialize for ConfirmedV1
impl StructuralPartialEq for ConfirmedV1
Auto Trait Implementations§
impl Freeze for ConfirmedV1
impl RefUnwindSafe for ConfirmedV1
impl Send for ConfirmedV1
impl Sync for ConfirmedV1
impl Unpin for ConfirmedV1
impl UnsafeUnpin for ConfirmedV1
impl UnwindSafe for ConfirmedV1
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