Struct tg_flows::WebAppInfo
source · pub struct WebAppInfo {
pub url: Url,
}Expand description
Contains information about a Web App.
Fields§
§url: UrlAn HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps.
Trait Implementations§
source§impl Clone for WebAppInfo
impl Clone for WebAppInfo
source§fn clone(&self) -> WebAppInfo
fn clone(&self) -> WebAppInfo
Returns a copy 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 WebAppInfo
impl Debug for WebAppInfo
source§impl<'de> Deserialize<'de> for WebAppInfo
impl<'de> Deserialize<'de> for WebAppInfo
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 Hash for WebAppInfo
impl Hash for WebAppInfo
source§impl PartialEq<WebAppInfo> for WebAppInfo
impl PartialEq<WebAppInfo> for WebAppInfo
source§fn eq(&self, other: &WebAppInfo) -> bool
fn eq(&self, other: &WebAppInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.