pub struct DeletePollAnswer {
pub peer: InputPeer,
pub msg_id: i32,
pub option: Vec<u8>,
}Expand description
Generated from:
messages.deletePollAnswer#ac8505a5 peer:InputPeer msg_id:int option:bytes = UpdatesFields§
§peer: InputPeer§msg_id: i32§option: Vec<u8>Trait Implementations§
Source§impl Clone for DeletePollAnswer
impl Clone for DeletePollAnswer
Source§fn clone(&self) -> DeletePollAnswer
fn clone(&self) -> DeletePollAnswer
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 DeletePollAnswer
impl Debug for DeletePollAnswer
Source§impl Deserializable for DeletePollAnswer
impl Deserializable for DeletePollAnswer
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl Identifiable for DeletePollAnswer
impl Identifiable for DeletePollAnswer
Source§const CONSTRUCTOR_ID: u32 = 0xac8505a5
const CONSTRUCTOR_ID: u32 = 0xac8505a5
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeletePollAnswer
impl PartialEq for DeletePollAnswer
Source§impl RemoteCall for DeletePollAnswer
impl RemoteCall for DeletePollAnswer
Source§impl Serializable for DeletePollAnswer
impl Serializable for DeletePollAnswer
impl StructuralPartialEq for DeletePollAnswer
Auto Trait Implementations§
impl Freeze for DeletePollAnswer
impl RefUnwindSafe for DeletePollAnswer
impl Send for DeletePollAnswer
impl Sync for DeletePollAnswer
impl Unpin for DeletePollAnswer
impl UnsafeUnpin for DeletePollAnswer
impl UnwindSafe for DeletePollAnswer
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