Struct rust_tdlib::types::GetPollVoters
source · [−]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
sourceimpl GetPollVoters
impl GetPollVoters
Trait Implementations
sourceimpl AsRef<GetPollVoters> for GetPollVoters
impl AsRef<GetPollVoters> for GetPollVoters
sourcefn as_ref(&self) -> &GetPollVoters
fn as_ref(&self) -> &GetPollVoters
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for GetPollVoters
impl Clone for GetPollVoters
sourcefn clone(&self) -> GetPollVoters
fn clone(&self) -> GetPollVoters
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 GetPollVoters
impl Debug for GetPollVoters
sourceimpl Default for GetPollVoters
impl Default for GetPollVoters
sourcefn default() -> GetPollVoters
fn default() -> GetPollVoters
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetPollVoters
impl<'de> Deserialize<'de> for GetPollVoters
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 GetPollVoters
impl Serialize for GetPollVoters
Auto Trait Implementations
impl RefUnwindSafe for GetPollVoters
impl Send for GetPollVoters
impl Sync for GetPollVoters
impl Unpin for GetPollVoters
impl UnwindSafe for GetPollVoters
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