pub struct LinkPreviewTypeApp {
pub photo: Photo,
}Expand description
The link is a link to an app at App Store or Google Play
Fields§
§photo: PhotoPhoto for the app
Trait Implementations§
Source§impl Clone for LinkPreviewTypeApp
impl Clone for LinkPreviewTypeApp
Source§fn clone(&self) -> LinkPreviewTypeApp
fn clone(&self) -> LinkPreviewTypeApp
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 LinkPreviewTypeApp
impl Debug for LinkPreviewTypeApp
Source§impl Default for LinkPreviewTypeApp
impl Default for LinkPreviewTypeApp
Source§fn default() -> LinkPreviewTypeApp
fn default() -> LinkPreviewTypeApp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinkPreviewTypeApp
impl<'de> Deserialize<'de> for LinkPreviewTypeApp
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 LinkPreviewTypeApp
impl PartialEq for LinkPreviewTypeApp
Source§impl Serialize for LinkPreviewTypeApp
impl Serialize for LinkPreviewTypeApp
impl StructuralPartialEq for LinkPreviewTypeApp
Auto Trait Implementations§
impl Freeze for LinkPreviewTypeApp
impl RefUnwindSafe for LinkPreviewTypeApp
impl Send for LinkPreviewTypeApp
impl Sync for LinkPreviewTypeApp
impl Unpin for LinkPreviewTypeApp
impl UnsafeUnpin for LinkPreviewTypeApp
impl UnwindSafe for LinkPreviewTypeApp
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