pub struct ChatItemDeletion {
pub deleted_chat_item: AChatItem,
pub to_chat_item: Option<AChatItem>,
pub undocumented: HashMap<String, JsonObject>,
}Expand description
Message deletion result.
Fields§
§deleted_chat_item: AChatItem§to_chat_item: Option<AChatItem>§undocumented: HashMap<String, JsonObject>Trait Implementations§
Source§impl Clone for ChatItemDeletion
impl Clone for ChatItemDeletion
Source§fn clone(&self) -> ChatItemDeletion
fn clone(&self) -> ChatItemDeletion
Returns a duplicate of the value. Read more
1.0.0 · 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 ChatItemDeletion
impl Debug for ChatItemDeletion
Source§impl<'de> Deserialize<'de> for ChatItemDeletion
impl<'de> Deserialize<'de> for ChatItemDeletion
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 ChatItemDeletion
impl PartialEq for ChatItemDeletion
Source§impl Serialize for ChatItemDeletion
impl Serialize for ChatItemDeletion
impl StructuralPartialEq for ChatItemDeletion
Auto Trait Implementations§
impl Freeze for ChatItemDeletion
impl RefUnwindSafe for ChatItemDeletion
impl Send for ChatItemDeletion
impl Sync for ChatItemDeletion
impl Unpin for ChatItemDeletion
impl UnwindSafe for ChatItemDeletion
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