pub struct VoiceChatStarted;Expand description
This object represents a service message about a voice chat started in the chat. Currently holds no information.
Trait Implementations§
Source§impl Debug for VoiceChatStarted
impl Debug for VoiceChatStarted
Source§impl<'de> Deserialize<'de> for VoiceChatStarted
impl<'de> Deserialize<'de> for VoiceChatStarted
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 VoiceChatStarted
impl RefUnwindSafe for VoiceChatStarted
impl Send for VoiceChatStarted
impl Sync for VoiceChatStarted
impl Unpin for VoiceChatStarted
impl UnwindSafe for VoiceChatStarted
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