pub struct MessageChatBoost {
pub boost_count: i32,
}
Expand description
The chat was boosted by the sender of the message
Fields§
§boost_count: i32
Number of times the chat was boosted
Trait Implementations§
Source§impl Clone for MessageChatBoost
impl Clone for MessageChatBoost
Source§fn clone(&self) -> MessageChatBoost
fn clone(&self) -> MessageChatBoost
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 MessageChatBoost
impl Debug for MessageChatBoost
Source§impl Default for MessageChatBoost
impl Default for MessageChatBoost
Source§fn default() -> MessageChatBoost
fn default() -> MessageChatBoost
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MessageChatBoost
impl<'de> Deserialize<'de> for MessageChatBoost
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 MessageChatBoost
impl PartialEq for MessageChatBoost
Source§impl Serialize for MessageChatBoost
impl Serialize for MessageChatBoost
impl StructuralPartialEq for MessageChatBoost
Auto Trait Implementations§
impl Freeze for MessageChatBoost
impl RefUnwindSafe for MessageChatBoost
impl Send for MessageChatBoost
impl Sync for MessageChatBoost
impl Unpin for MessageChatBoost
impl UnwindSafe for MessageChatBoost
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