pub struct LinkPreviewTypeStory {
pub story_poster_chat_id: i64,
pub story_id: i32,
}Expand description
The link is a link to a story. Link preview description is unavailable
Fields§
§story_poster_chat_id: i64The identifier of the chat that posted the story
story_id: i32Story identifier
Trait Implementations§
Source§impl Clone for LinkPreviewTypeStory
impl Clone for LinkPreviewTypeStory
Source§fn clone(&self) -> LinkPreviewTypeStory
fn clone(&self) -> LinkPreviewTypeStory
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 LinkPreviewTypeStory
impl Debug for LinkPreviewTypeStory
Source§impl Default for LinkPreviewTypeStory
impl Default for LinkPreviewTypeStory
Source§fn default() -> LinkPreviewTypeStory
fn default() -> LinkPreviewTypeStory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinkPreviewTypeStory
impl<'de> Deserialize<'de> for LinkPreviewTypeStory
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 LinkPreviewTypeStory
impl PartialEq for LinkPreviewTypeStory
Source§impl Serialize for LinkPreviewTypeStory
impl Serialize for LinkPreviewTypeStory
impl StructuralPartialEq for LinkPreviewTypeStory
Auto Trait Implementations§
impl Freeze for LinkPreviewTypeStory
impl RefUnwindSafe for LinkPreviewTypeStory
impl Send for LinkPreviewTypeStory
impl Sync for LinkPreviewTypeStory
impl Unpin for LinkPreviewTypeStory
impl UnsafeUnpin for LinkPreviewTypeStory
impl UnwindSafe for LinkPreviewTypeStory
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