pub struct AiSessionBackupChat {
pub id: String,
pub record: HashMap<String, Value>,
}Fields§
§id: String§record: HashMap<String, Value>Implementations§
Trait Implementations§
Source§impl Clone for AiSessionBackupChat
impl Clone for AiSessionBackupChat
Source§fn clone(&self) -> AiSessionBackupChat
fn clone(&self) -> AiSessionBackupChat
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 AiSessionBackupChat
impl Debug for AiSessionBackupChat
Source§impl Default for AiSessionBackupChat
impl Default for AiSessionBackupChat
Source§fn default() -> AiSessionBackupChat
fn default() -> AiSessionBackupChat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AiSessionBackupChat
impl<'de> Deserialize<'de> for AiSessionBackupChat
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 AiSessionBackupChat
impl PartialEq for AiSessionBackupChat
Source§impl Serialize for AiSessionBackupChat
impl Serialize for AiSessionBackupChat
impl StructuralPartialEq for AiSessionBackupChat
Auto Trait Implementations§
impl Freeze for AiSessionBackupChat
impl RefUnwindSafe for AiSessionBackupChat
impl Send for AiSessionBackupChat
impl Sync for AiSessionBackupChat
impl Unpin for AiSessionBackupChat
impl UnsafeUnpin for AiSessionBackupChat
impl UnwindSafe for AiSessionBackupChat
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