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