pub struct InlineKeyboardButtonTypeWebApp {
pub url: String,
}Expand description
A button that opens a Web App by calling openWebApp
Fields§
§url: StringAn HTTP URL to pass to openWebApp
Trait Implementations§
Source§impl<'de> Deserialize<'de> for InlineKeyboardButtonTypeWebApp
impl<'de> Deserialize<'de> for InlineKeyboardButtonTypeWebApp
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
impl StructuralPartialEq for InlineKeyboardButtonTypeWebApp
Auto Trait Implementations§
impl Freeze for InlineKeyboardButtonTypeWebApp
impl RefUnwindSafe for InlineKeyboardButtonTypeWebApp
impl Send for InlineKeyboardButtonTypeWebApp
impl Sync for InlineKeyboardButtonTypeWebApp
impl Unpin for InlineKeyboardButtonTypeWebApp
impl UnsafeUnpin for InlineKeyboardButtonTypeWebApp
impl UnwindSafe for InlineKeyboardButtonTypeWebApp
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