pub struct RealtimeServerEventConversationItemDeleted {
pub event_id: String,
pub item_id: String,
pub _type: String,
}Fields§
§event_id: StringThe unique ID of the server event.
item_id: StringThe ID of the item that was deleted.
_type: StringThe event type, must be conversation.item.deleted.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RealtimeServerEventConversationItemDeleted
impl<'de> Deserialize<'de> for RealtimeServerEventConversationItemDeleted
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 RealtimeServerEventConversationItemDeleted
impl RefUnwindSafe for RealtimeServerEventConversationItemDeleted
impl Send for RealtimeServerEventConversationItemDeleted
impl Sync for RealtimeServerEventConversationItemDeleted
impl Unpin for RealtimeServerEventConversationItemDeleted
impl UnwindSafe for RealtimeServerEventConversationItemDeleted
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