pub struct AChatItem {
pub chat_info: ChatInfo,
pub chat_item: ChatItem,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§chat_info: ChatInfo§chat_item: ChatItem§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl<'de> Deserialize<'de> for AChatItem
impl<'de> Deserialize<'de> for AChatItem
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 AChatItem
Auto Trait Implementations§
impl Freeze for AChatItem
impl RefUnwindSafe for AChatItem
impl Send for AChatItem
impl Sync for AChatItem
impl Unpin for AChatItem
impl UnwindSafe for AChatItem
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