pub struct OpenCurrentPageInAppParams {
pub manifest_id: String,
}Expand description
Opens the current page in its web app identified by the manifest id, needs to be called on a page target. This function returns immediately without waiting for the app to finish loading. openCurrentPageInApp
Fields§
§manifest_id: StringImplementations§
Trait Implementations§
Source§impl Clone for OpenCurrentPageInAppParams
impl Clone for OpenCurrentPageInAppParams
Source§fn clone(&self) -> OpenCurrentPageInAppParams
fn clone(&self) -> OpenCurrentPageInAppParams
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 OpenCurrentPageInAppParams
impl Debug for OpenCurrentPageInAppParams
Source§impl<'de> Deserialize<'de> for OpenCurrentPageInAppParams
impl<'de> Deserialize<'de> for OpenCurrentPageInAppParams
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 OpenCurrentPageInAppParams
Auto Trait Implementations§
impl Freeze for OpenCurrentPageInAppParams
impl RefUnwindSafe for OpenCurrentPageInAppParams
impl Send for OpenCurrentPageInAppParams
impl Sync for OpenCurrentPageInAppParams
impl Unpin for OpenCurrentPageInAppParams
impl UnsafeUnpin for OpenCurrentPageInAppParams
impl UnwindSafe for OpenCurrentPageInAppParams
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