pub struct GetPollVotes {
pub peer: InputPeer,
pub id: i32,
pub option: Option<Vec<u8>>,
pub offset: Option<String>,
pub limit: i32,
}Expand description
Generated from:
messages.getPollVotes#b86e380e flags:# peer:InputPeer id:int option:flags.0?bytes offset:flags.1?string limit:int = messages.VotesListFields§
§peer: InputPeer§id: i32§option: Option<Vec<u8>>§offset: Option<String>§limit: i32Trait Implementations§
Source§impl Clone for GetPollVotes
impl Clone for GetPollVotes
Source§fn clone(&self) -> GetPollVotes
fn clone(&self) -> GetPollVotes
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 GetPollVotes
impl Debug for GetPollVotes
Source§impl Identifiable for GetPollVotes
impl Identifiable for GetPollVotes
Source§const CONSTRUCTOR_ID: u32 = 0xb86e380e
const CONSTRUCTOR_ID: u32 = 0xb86e380e
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetPollVotes
impl PartialEq for GetPollVotes
Source§impl RemoteCall for GetPollVotes
impl RemoteCall for GetPollVotes
Source§impl Serializable for GetPollVotes
impl Serializable for GetPollVotes
impl StructuralPartialEq for GetPollVotes
Auto Trait Implementations§
impl Freeze for GetPollVotes
impl RefUnwindSafe for GetPollVotes
impl Send for GetPollVotes
impl Sync for GetPollVotes
impl Unpin for GetPollVotes
impl UnsafeUnpin for GetPollVotes
impl UnwindSafe for GetPollVotes
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