pub struct ChatEventVideoChatEnded { /* private fields */ }
Expand description
A video chat was ended
Implementations§
Trait Implementations§
Source§impl AsRef<ChatEventVideoChatEnded> for ChatEventVideoChatEnded
impl AsRef<ChatEventVideoChatEnded> for ChatEventVideoChatEnded
Source§fn as_ref(&self) -> &ChatEventVideoChatEnded
fn as_ref(&self) -> &ChatEventVideoChatEnded
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ChatEventVideoChatEnded
impl Clone for ChatEventVideoChatEnded
Source§fn clone(&self) -> ChatEventVideoChatEnded
fn clone(&self) -> ChatEventVideoChatEnded
Returns a copy 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 ChatEventVideoChatEnded
impl Debug for ChatEventVideoChatEnded
Source§impl Default for ChatEventVideoChatEnded
impl Default for ChatEventVideoChatEnded
Source§fn default() -> ChatEventVideoChatEnded
fn default() -> ChatEventVideoChatEnded
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatEventVideoChatEnded
impl<'de> Deserialize<'de> for ChatEventVideoChatEnded
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 Serialize for ChatEventVideoChatEnded
impl Serialize for ChatEventVideoChatEnded
impl TDChatEventAction for ChatEventVideoChatEnded
Auto Trait Implementations§
impl Freeze for ChatEventVideoChatEnded
impl RefUnwindSafe for ChatEventVideoChatEnded
impl Send for ChatEventVideoChatEnded
impl Sync for ChatEventVideoChatEnded
impl Unpin for ChatEventVideoChatEnded
impl UnwindSafe for ChatEventVideoChatEnded
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