Struct rust_tdlib::types::ChatEventVideoChatEnded
source · [−]pub struct ChatEventVideoChatEnded { /* private fields */ }
Expand description
A video chat was ended
Implementations
Trait Implementations
sourceimpl AsRef<ChatEventVideoChatEnded> for ChatEventVideoChatEnded
impl AsRef<ChatEventVideoChatEnded> for ChatEventVideoChatEnded
sourcefn as_ref(&self) -> &ChatEventVideoChatEnded
fn as_ref(&self) -> &ChatEventVideoChatEnded
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for ChatEventVideoChatEnded
impl Clone for ChatEventVideoChatEnded
sourcefn clone(&self) -> ChatEventVideoChatEnded
fn clone(&self) -> ChatEventVideoChatEnded
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ChatEventVideoChatEnded
impl Debug for ChatEventVideoChatEnded
sourceimpl Default for ChatEventVideoChatEnded
impl Default for ChatEventVideoChatEnded
sourcefn default() -> ChatEventVideoChatEnded
fn default() -> ChatEventVideoChatEnded
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ChatEventVideoChatEnded
impl<'de> Deserialize<'de> for ChatEventVideoChatEnded
sourcefn 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
sourceimpl Serialize for ChatEventVideoChatEnded
impl Serialize for ChatEventVideoChatEnded
impl TDChatEventAction for ChatEventVideoChatEnded
Auto Trait Implementations
impl RefUnwindSafe for ChatEventVideoChatEnded
impl Send for ChatEventVideoChatEnded
impl Sync for ChatEventVideoChatEnded
impl Unpin for ChatEventVideoChatEnded
impl UnwindSafe for ChatEventVideoChatEnded
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more