pub struct GetPollResults {
pub peer: InputPeer,
pub msg_id: i32,
}Expand description
Generated from:
messages.getPollResults#73bb643b peer:InputPeer msg_id:int = UpdatesFields§
§peer: InputPeer§msg_id: i32Trait Implementations§
Source§impl Clone for GetPollResults
impl Clone for GetPollResults
Source§fn clone(&self) -> GetPollResults
fn clone(&self) -> GetPollResults
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 GetPollResults
impl Debug for GetPollResults
Source§impl Identifiable for GetPollResults
impl Identifiable for GetPollResults
Source§const CONSTRUCTOR_ID: u32 = 0x73bb643b
const CONSTRUCTOR_ID: u32 = 0x73bb643b
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetPollResults
impl PartialEq for GetPollResults
Source§impl RemoteCall for GetPollResults
impl RemoteCall for GetPollResults
Source§impl Serializable for GetPollResults
impl Serializable for GetPollResults
impl StructuralPartialEq for GetPollResults
Auto Trait Implementations§
impl Freeze for GetPollResults
impl RefUnwindSafe for GetPollResults
impl Send for GetPollResults
impl Sync for GetPollResults
impl Unpin for GetPollResults
impl UnsafeUnpin for GetPollResults
impl UnwindSafe for GetPollResults
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