pub struct MessageActionPaidMessagesRefunded {
pub count: i32,
pub stars: i64,
}Expand description
messageActionPaidMessagesRefunded
Generated from:
messageActionPaidMessagesRefunded#ac1f1fcd count:int stars:long = MessageActionFields§
§count: i32§stars: i64Trait Implementations§
Source§impl Clone for MessageActionPaidMessagesRefunded
impl Clone for MessageActionPaidMessagesRefunded
Source§fn clone(&self) -> MessageActionPaidMessagesRefunded
fn clone(&self) -> MessageActionPaidMessagesRefunded
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 Deserializable for MessageActionPaidMessagesRefunded
impl Deserializable for MessageActionPaidMessagesRefunded
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 From<MessageActionPaidMessagesRefunded> for MessageAction
impl From<MessageActionPaidMessagesRefunded> for MessageAction
Source§fn from(x: MessageActionPaidMessagesRefunded) -> Self
fn from(x: MessageActionPaidMessagesRefunded) -> Self
Converts to this type from the input type.
Source§impl Identifiable for MessageActionPaidMessagesRefunded
impl Identifiable for MessageActionPaidMessagesRefunded
Source§const CONSTRUCTOR_ID: u32 = 0xac1f1fcd
const CONSTRUCTOR_ID: u32 = 0xac1f1fcd
The constructor ID as specified in the TL schema.
Source§impl PartialEq for MessageActionPaidMessagesRefunded
impl PartialEq for MessageActionPaidMessagesRefunded
Source§fn eq(&self, other: &MessageActionPaidMessagesRefunded) -> bool
fn eq(&self, other: &MessageActionPaidMessagesRefunded) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<MessageAction> for MessageActionPaidMessagesRefunded
impl TryFrom<MessageAction> for MessageActionPaidMessagesRefunded
Source§type Error = MessageAction
type Error = MessageAction
The type returned in the event of a conversion error.
impl StructuralPartialEq for MessageActionPaidMessagesRefunded
Auto Trait Implementations§
impl Freeze for MessageActionPaidMessagesRefunded
impl RefUnwindSafe for MessageActionPaidMessagesRefunded
impl Send for MessageActionPaidMessagesRefunded
impl Sync for MessageActionPaidMessagesRefunded
impl Unpin for MessageActionPaidMessagesRefunded
impl UnsafeUnpin for MessageActionPaidMessagesRefunded
impl UnwindSafe for MessageActionPaidMessagesRefunded
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