pub struct ChatStatisticsObjectTypeMessage {
pub message_id: i64,
}
Expand description
Describes a message sent in the chat
Fields§
§message_id: i64
Message identifier
Trait Implementations§
Source§impl Clone for ChatStatisticsObjectTypeMessage
impl Clone for ChatStatisticsObjectTypeMessage
Source§fn clone(&self) -> ChatStatisticsObjectTypeMessage
fn clone(&self) -> ChatStatisticsObjectTypeMessage
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 Default for ChatStatisticsObjectTypeMessage
impl Default for ChatStatisticsObjectTypeMessage
Source§fn default() -> ChatStatisticsObjectTypeMessage
fn default() -> ChatStatisticsObjectTypeMessage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatStatisticsObjectTypeMessage
impl<'de> Deserialize<'de> for ChatStatisticsObjectTypeMessage
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 ChatStatisticsObjectTypeMessage
impl PartialEq for ChatStatisticsObjectTypeMessage
Source§fn eq(&self, other: &ChatStatisticsObjectTypeMessage) -> bool
fn eq(&self, other: &ChatStatisticsObjectTypeMessage) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ChatStatisticsObjectTypeMessage
Auto Trait Implementations§
impl Freeze for ChatStatisticsObjectTypeMessage
impl RefUnwindSafe for ChatStatisticsObjectTypeMessage
impl Send for ChatStatisticsObjectTypeMessage
impl Sync for ChatStatisticsObjectTypeMessage
impl Unpin for ChatStatisticsObjectTypeMessage
impl UnwindSafe for ChatStatisticsObjectTypeMessage
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