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