pub struct ChatEventVideoChatEnded {
pub group_call_id: i32,
}
Expand description
A video chat was ended
Fields§
§group_call_id: i32
Identifier of the video chat. The video chat can be received through the method getGroupCall
Trait Implementations§
Source§impl Clone for ChatEventVideoChatEnded
impl Clone for ChatEventVideoChatEnded
Source§fn clone(&self) -> ChatEventVideoChatEnded
fn clone(&self) -> ChatEventVideoChatEnded
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 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 PartialEq for ChatEventVideoChatEnded
impl PartialEq for ChatEventVideoChatEnded
Source§impl Serialize for ChatEventVideoChatEnded
impl Serialize for ChatEventVideoChatEnded
impl StructuralPartialEq 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