pub struct PaidReactionTypeChat {
pub chat_id: i64,
}Expand description
A paid reaction on behalf of an owned chat
Fields§
§chat_id: i64Identifier of the chat
Trait Implementations§
Source§impl Clone for PaidReactionTypeChat
impl Clone for PaidReactionTypeChat
Source§fn clone(&self) -> PaidReactionTypeChat
fn clone(&self) -> PaidReactionTypeChat
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 PaidReactionTypeChat
impl Debug for PaidReactionTypeChat
Source§impl Default for PaidReactionTypeChat
impl Default for PaidReactionTypeChat
Source§fn default() -> PaidReactionTypeChat
fn default() -> PaidReactionTypeChat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaidReactionTypeChat
impl<'de> Deserialize<'de> for PaidReactionTypeChat
Source§fn 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
Source§impl PartialEq for PaidReactionTypeChat
impl PartialEq for PaidReactionTypeChat
Source§impl Serialize for PaidReactionTypeChat
impl Serialize for PaidReactionTypeChat
impl StructuralPartialEq for PaidReactionTypeChat
Auto Trait Implementations§
impl Freeze for PaidReactionTypeChat
impl RefUnwindSafe for PaidReactionTypeChat
impl Send for PaidReactionTypeChat
impl Sync for PaidReactionTypeChat
impl Unpin for PaidReactionTypeChat
impl UnsafeUnpin for PaidReactionTypeChat
impl UnwindSafe for PaidReactionTypeChat
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