pub struct CSuperChatDel {
pub room_id: i64,
pub message_ids: Vec<i64>,
pub msg_id: String,
}Expand description
LIVE_OPEN_PLATFORM_SUPER_CHAT_DEL
Fields§
§room_id: i64§message_ids: Vec<i64>§msg_id: StringTrait Implementations§
Source§impl Clone for CSuperChatDel
impl Clone for CSuperChatDel
Source§fn clone(&self) -> CSuperChatDel
fn clone(&self) -> CSuperChatDel
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 CSuperChatDel
impl Debug for CSuperChatDel
Source§impl Default for CSuperChatDel
impl Default for CSuperChatDel
Source§fn default() -> CSuperChatDel
fn default() -> CSuperChatDel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CSuperChatDel
impl<'de> Deserialize<'de> for CSuperChatDel
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 CSuperChatDel
impl RefUnwindSafe for CSuperChatDel
impl Send for CSuperChatDel
impl Sync for CSuperChatDel
impl Unpin for CSuperChatDel
impl UnwindSafe for CSuperChatDel
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