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