pub struct ThreadRealtimeItemTranscriptDeltaNotification {
pub delta: String,
pub item_id: String,
pub thread_id: String,
}Expand description
EXPERIMENTAL upstream — thread/realtime/item/transcript/delta params:
text appended to an active realtime transcript item (0.148).
Fields§
§delta: String§item_id: String§thread_id: StringTrait Implementations§
Source§impl Clone for ThreadRealtimeItemTranscriptDeltaNotification
impl Clone for ThreadRealtimeItemTranscriptDeltaNotification
Source§fn clone(&self) -> ThreadRealtimeItemTranscriptDeltaNotification
fn clone(&self) -> ThreadRealtimeItemTranscriptDeltaNotification
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 ThreadRealtimeItemTranscriptDeltaNotification
impl Default for ThreadRealtimeItemTranscriptDeltaNotification
Source§fn default() -> ThreadRealtimeItemTranscriptDeltaNotification
fn default() -> ThreadRealtimeItemTranscriptDeltaNotification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ThreadRealtimeItemTranscriptDeltaNotification
impl<'de> Deserialize<'de> for ThreadRealtimeItemTranscriptDeltaNotification
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 StructuralPartialEq for ThreadRealtimeItemTranscriptDeltaNotification
Auto Trait Implementations§
impl Freeze for ThreadRealtimeItemTranscriptDeltaNotification
impl RefUnwindSafe for ThreadRealtimeItemTranscriptDeltaNotification
impl Send for ThreadRealtimeItemTranscriptDeltaNotification
impl Sync for ThreadRealtimeItemTranscriptDeltaNotification
impl Unpin for ThreadRealtimeItemTranscriptDeltaNotification
impl UnsafeUnpin for ThreadRealtimeItemTranscriptDeltaNotification
impl UnwindSafe for ThreadRealtimeItemTranscriptDeltaNotification
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