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