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