pub struct ThreadedConversation {
pub data: Option<ThreadedConversationData>,
}Fields§
§data: Option<ThreadedConversationData>Trait Implementations§
Source§impl Debug for ThreadedConversation
impl Debug for ThreadedConversation
Source§impl<'de> Deserialize<'de> for ThreadedConversation
impl<'de> Deserialize<'de> for ThreadedConversation
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
Auto Trait Implementations§
impl Freeze for ThreadedConversation
impl RefUnwindSafe for ThreadedConversation
impl Send for ThreadedConversation
impl Sync for ThreadedConversation
impl Unpin for ThreadedConversation
impl UnwindSafe for ThreadedConversation
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