pub struct SessionNextTextEndedData {
pub assistant_message_id: String,
pub session_id: String,
pub text: String,
pub text_id: String,
pub timestamp: f64,
}Fields§
§assistant_message_id: String§session_id: String§text: String§text_id: String§timestamp: f64Trait Implementations§
Source§impl Clone for SessionNextTextEndedData
impl Clone for SessionNextTextEndedData
Source§fn clone(&self) -> SessionNextTextEndedData
fn clone(&self) -> SessionNextTextEndedData
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 SessionNextTextEndedData
impl Debug for SessionNextTextEndedData
Source§impl<'de> Deserialize<'de> for SessionNextTextEndedData
impl<'de> Deserialize<'de> for SessionNextTextEndedData
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 SessionNextTextEndedData
impl PartialEq for SessionNextTextEndedData
Source§impl Serialize for SessionNextTextEndedData
impl Serialize for SessionNextTextEndedData
impl StructuralPartialEq for SessionNextTextEndedData
Auto Trait Implementations§
impl Freeze for SessionNextTextEndedData
impl RefUnwindSafe for SessionNextTextEndedData
impl Send for SessionNextTextEndedData
impl Sync for SessionNextTextEndedData
impl Unpin for SessionNextTextEndedData
impl UnsafeUnpin for SessionNextTextEndedData
impl UnwindSafe for SessionNextTextEndedData
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