pub struct GetPollVoters { /* private fields */ }
Expand description
Returns users voted for the specified option in a non-anonymous polls. For optimal performance, the number of returned users is chosen by TDLib
Implementations§
Source§impl GetPollVoters
impl GetPollVoters
Trait Implementations§
Source§impl AsRef<GetPollVoters> for GetPollVoters
impl AsRef<GetPollVoters> for GetPollVoters
Source§fn as_ref(&self) -> &GetPollVoters
fn as_ref(&self) -> &GetPollVoters
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for GetPollVoters
impl Clone for GetPollVoters
Source§fn clone(&self) -> GetPollVoters
fn clone(&self) -> GetPollVoters
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 GetPollVoters
impl Debug for GetPollVoters
Source§impl Default for GetPollVoters
impl Default for GetPollVoters
Source§fn default() -> GetPollVoters
fn default() -> GetPollVoters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetPollVoters
impl<'de> Deserialize<'de> for GetPollVoters
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
Auto Trait Implementations§
impl Freeze for GetPollVoters
impl RefUnwindSafe for GetPollVoters
impl Send for GetPollVoters
impl Sync for GetPollVoters
impl Unpin for GetPollVoters
impl UnwindSafe for GetPollVoters
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