pub struct StoryOriginPublicStory {
pub chat_id: i64,
pub story_id: i32,
}Expand description
The original story was a public story with known sender
Fields§
§chat_id: i64Identifier of the chat that posted original story
story_id: i32Story identifier of the original story
Trait Implementations§
Source§impl Clone for StoryOriginPublicStory
impl Clone for StoryOriginPublicStory
Source§fn clone(&self) -> StoryOriginPublicStory
fn clone(&self) -> StoryOriginPublicStory
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 StoryOriginPublicStory
impl Debug for StoryOriginPublicStory
Source§impl Default for StoryOriginPublicStory
impl Default for StoryOriginPublicStory
Source§fn default() -> StoryOriginPublicStory
fn default() -> StoryOriginPublicStory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StoryOriginPublicStory
impl<'de> Deserialize<'de> for StoryOriginPublicStory
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 StoryOriginPublicStory
impl PartialEq for StoryOriginPublicStory
Source§impl Serialize for StoryOriginPublicStory
impl Serialize for StoryOriginPublicStory
impl StructuralPartialEq for StoryOriginPublicStory
Auto Trait Implementations§
impl Freeze for StoryOriginPublicStory
impl RefUnwindSafe for StoryOriginPublicStory
impl Send for StoryOriginPublicStory
impl Sync for StoryOriginPublicStory
impl Unpin for StoryOriginPublicStory
impl UnwindSafe for StoryOriginPublicStory
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