pub struct UpdateWebAppMessageSent {
pub web_app_launch_id: i64,
}
Expand description
A message was sent by an opened Web App, so the Web App needs to be closed
Fields§
§web_app_launch_id: i64
Identifier of Web App launch
Trait Implementations§
Source§impl Clone for UpdateWebAppMessageSent
impl Clone for UpdateWebAppMessageSent
Source§fn clone(&self) -> UpdateWebAppMessageSent
fn clone(&self) -> UpdateWebAppMessageSent
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 UpdateWebAppMessageSent
impl Debug for UpdateWebAppMessageSent
Source§impl Default for UpdateWebAppMessageSent
impl Default for UpdateWebAppMessageSent
Source§fn default() -> UpdateWebAppMessageSent
fn default() -> UpdateWebAppMessageSent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateWebAppMessageSent
impl<'de> Deserialize<'de> for UpdateWebAppMessageSent
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 UpdateWebAppMessageSent
impl PartialEq for UpdateWebAppMessageSent
Source§impl Serialize for UpdateWebAppMessageSent
impl Serialize for UpdateWebAppMessageSent
impl StructuralPartialEq for UpdateWebAppMessageSent
Auto Trait Implementations§
impl Freeze for UpdateWebAppMessageSent
impl RefUnwindSafe for UpdateWebAppMessageSent
impl Send for UpdateWebAppMessageSent
impl Sync for UpdateWebAppMessageSent
impl Unpin for UpdateWebAppMessageSent
impl UnwindSafe for UpdateWebAppMessageSent
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