pub struct OpenCurrentPageInApp {
pub manifest_id: String,
}Fields§
§manifest_id: StringTrait Implementations§
Source§impl Clone for OpenCurrentPageInApp
impl Clone for OpenCurrentPageInApp
Source§fn clone(&self) -> OpenCurrentPageInApp
fn clone(&self) -> OpenCurrentPageInApp
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 OpenCurrentPageInApp
impl Debug for OpenCurrentPageInApp
Source§impl<'de> Deserialize<'de> for OpenCurrentPageInApp
impl<'de> Deserialize<'de> for OpenCurrentPageInApp
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 Method for OpenCurrentPageInApp
impl Method for OpenCurrentPageInApp
const NAME: &'static str = "PWA.openCurrentPageInApp"
type ReturnObject = OpenCurrentPageInAppReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for OpenCurrentPageInApp
impl PartialEq for OpenCurrentPageInApp
Source§impl Serialize for OpenCurrentPageInApp
impl Serialize for OpenCurrentPageInApp
impl StructuralPartialEq for OpenCurrentPageInApp
Auto Trait Implementations§
impl Freeze for OpenCurrentPageInApp
impl RefUnwindSafe for OpenCurrentPageInApp
impl Send for OpenCurrentPageInApp
impl Sync for OpenCurrentPageInApp
impl Unpin for OpenCurrentPageInApp
impl UnwindSafe for OpenCurrentPageInApp
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