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