pub struct KeyboardButtonTypeWebApp {
pub url: String,
}
Expand description
A button that opens a Web App by calling getWebAppUrl
Fields§
§url: String
An HTTP URL to pass to getWebAppUrl
Trait Implementations§
Source§impl Clone for KeyboardButtonTypeWebApp
impl Clone for KeyboardButtonTypeWebApp
Source§fn clone(&self) -> KeyboardButtonTypeWebApp
fn clone(&self) -> KeyboardButtonTypeWebApp
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 KeyboardButtonTypeWebApp
impl Debug for KeyboardButtonTypeWebApp
Source§impl Default for KeyboardButtonTypeWebApp
impl Default for KeyboardButtonTypeWebApp
Source§fn default() -> KeyboardButtonTypeWebApp
fn default() -> KeyboardButtonTypeWebApp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KeyboardButtonTypeWebApp
impl<'de> Deserialize<'de> for KeyboardButtonTypeWebApp
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 KeyboardButtonTypeWebApp
impl PartialEq for KeyboardButtonTypeWebApp
Source§impl Serialize for KeyboardButtonTypeWebApp
impl Serialize for KeyboardButtonTypeWebApp
impl StructuralPartialEq for KeyboardButtonTypeWebApp
Auto Trait Implementations§
impl Freeze for KeyboardButtonTypeWebApp
impl RefUnwindSafe for KeyboardButtonTypeWebApp
impl Send for KeyboardButtonTypeWebApp
impl Sync for KeyboardButtonTypeWebApp
impl Unpin for KeyboardButtonTypeWebApp
impl UnwindSafe for KeyboardButtonTypeWebApp
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