pub struct ChatEventPollStopped {
pub message: Message,
}
Expand description
A poll in a message was stopped
Fields§
§message: Message
The message with the poll
Trait Implementations§
Source§impl Clone for ChatEventPollStopped
impl Clone for ChatEventPollStopped
Source§fn clone(&self) -> ChatEventPollStopped
fn clone(&self) -> ChatEventPollStopped
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 ChatEventPollStopped
impl Debug for ChatEventPollStopped
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 PartialEq for ChatEventPollStopped
impl PartialEq for ChatEventPollStopped
Source§impl Serialize for ChatEventPollStopped
impl Serialize for ChatEventPollStopped
impl StructuralPartialEq 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