pub struct LinkPreviewTypeWebApp {
pub photo: Option<Photo>,
}Expand description
The link is a link to a Web App
Fields§
§photo: Option<Photo>Web App photo; may be null if none
Trait Implementations§
Source§impl Clone for LinkPreviewTypeWebApp
impl Clone for LinkPreviewTypeWebApp
Source§fn clone(&self) -> LinkPreviewTypeWebApp
fn clone(&self) -> LinkPreviewTypeWebApp
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 LinkPreviewTypeWebApp
impl Debug for LinkPreviewTypeWebApp
Source§impl Default for LinkPreviewTypeWebApp
impl Default for LinkPreviewTypeWebApp
Source§fn default() -> LinkPreviewTypeWebApp
fn default() -> LinkPreviewTypeWebApp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinkPreviewTypeWebApp
impl<'de> Deserialize<'de> for LinkPreviewTypeWebApp
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 LinkPreviewTypeWebApp
impl PartialEq for LinkPreviewTypeWebApp
Source§impl Serialize for LinkPreviewTypeWebApp
impl Serialize for LinkPreviewTypeWebApp
impl StructuralPartialEq for LinkPreviewTypeWebApp
Auto Trait Implementations§
impl Freeze for LinkPreviewTypeWebApp
impl RefUnwindSafe for LinkPreviewTypeWebApp
impl Send for LinkPreviewTypeWebApp
impl Sync for LinkPreviewTypeWebApp
impl Unpin for LinkPreviewTypeWebApp
impl UnsafeUnpin for LinkPreviewTypeWebApp
impl UnwindSafe for LinkPreviewTypeWebApp
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