pub struct UpdatePoll {
pub poll: Poll,
}
Expand description
A poll was updated; for bots only
Fields§
§poll: Poll
New data about the poll
Trait Implementations§
Source§impl Clone for UpdatePoll
impl Clone for UpdatePoll
Source§fn clone(&self) -> UpdatePoll
fn clone(&self) -> UpdatePoll
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 UpdatePoll
impl Debug for UpdatePoll
Source§impl<'de> Deserialize<'de> for UpdatePoll
impl<'de> Deserialize<'de> for UpdatePoll
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 UpdatePoll
impl PartialEq for UpdatePoll
Source§impl Serialize for UpdatePoll
impl Serialize for UpdatePoll
impl StructuralPartialEq for UpdatePoll
Auto Trait Implementations§
impl Freeze for UpdatePoll
impl RefUnwindSafe for UpdatePoll
impl Send for UpdatePoll
impl Sync for UpdatePoll
impl Unpin for UpdatePoll
impl UnwindSafe for UpdatePoll
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