pub struct RealtimeTranscriptApplyOutcome {
pub materialized_messages: Vec<RealtimeTranscriptMaterializedMessage>,
}Expand description
Result of applying a realtime transcript event.
Fields§
§materialized_messages: Vec<RealtimeTranscriptMaterializedMessage>Implementations§
Trait Implementations§
Source§impl Clone for RealtimeTranscriptApplyOutcome
impl Clone for RealtimeTranscriptApplyOutcome
Source§fn clone(&self) -> RealtimeTranscriptApplyOutcome
fn clone(&self) -> RealtimeTranscriptApplyOutcome
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 Default for RealtimeTranscriptApplyOutcome
impl Default for RealtimeTranscriptApplyOutcome
Source§fn default() -> RealtimeTranscriptApplyOutcome
fn default() -> RealtimeTranscriptApplyOutcome
Returns the “default value” for a type. Read more
Source§impl PartialEq for RealtimeTranscriptApplyOutcome
impl PartialEq for RealtimeTranscriptApplyOutcome
Source§fn eq(&self, other: &RealtimeTranscriptApplyOutcome) -> bool
fn eq(&self, other: &RealtimeTranscriptApplyOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RealtimeTranscriptApplyOutcome
Auto Trait Implementations§
impl Freeze for RealtimeTranscriptApplyOutcome
impl RefUnwindSafe for RealtimeTranscriptApplyOutcome
impl Send for RealtimeTranscriptApplyOutcome
impl Sync for RealtimeTranscriptApplyOutcome
impl Unpin for RealtimeTranscriptApplyOutcome
impl UnsafeUnpin for RealtimeTranscriptApplyOutcome
impl UnwindSafe for RealtimeTranscriptApplyOutcome
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