Struct tg_flows::MessageVideoChatStarted
source · pub struct MessageVideoChatStarted {
pub video_chat_started: VideoChatStarted,
}Fields§
§video_chat_started: VideoChatStartedService message: video chat started.
Trait Implementations§
source§impl Clone for MessageVideoChatStarted
impl Clone for MessageVideoChatStarted
source§fn clone(&self) -> MessageVideoChatStarted
fn clone(&self) -> MessageVideoChatStarted
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 MessageVideoChatStarted
impl Debug for MessageVideoChatStarted
source§impl<'de> Deserialize<'de> for MessageVideoChatStarted
impl<'de> Deserialize<'de> for MessageVideoChatStarted
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<MessageVideoChatStarted> for MessageVideoChatStarted
impl PartialEq<MessageVideoChatStarted> for MessageVideoChatStarted
source§fn eq(&self, other: &MessageVideoChatStarted) -> bool
fn eq(&self, other: &MessageVideoChatStarted) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MessageVideoChatStarted
impl Serialize for MessageVideoChatStarted
impl StructuralPartialEq for MessageVideoChatStarted
Auto Trait Implementations§
impl RefUnwindSafe for MessageVideoChatStarted
impl Send for MessageVideoChatStarted
impl Sync for MessageVideoChatStarted
impl Unpin for MessageVideoChatStarted
impl UnwindSafe for MessageVideoChatStarted
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