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