pub struct MobilePageSessionHandle {
pub page_id: String,
pub package_name: Option<String>,
pub activity_name: Option<String>,
pub webview_context: Option<String>,
}Fields§
§page_id: String§package_name: Option<String>§activity_name: Option<String>§webview_context: Option<String>Trait Implementations§
Source§impl Clone for MobilePageSessionHandle
impl Clone for MobilePageSessionHandle
Source§fn clone(&self) -> MobilePageSessionHandle
fn clone(&self) -> MobilePageSessionHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MobilePageSessionHandle
impl Debug for MobilePageSessionHandle
Source§impl<'de> Deserialize<'de> for MobilePageSessionHandle
impl<'de> Deserialize<'de> for MobilePageSessionHandle
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 Eq for MobilePageSessionHandle
Source§impl PartialEq for MobilePageSessionHandle
impl PartialEq for MobilePageSessionHandle
Source§impl Serialize for MobilePageSessionHandle
impl Serialize for MobilePageSessionHandle
impl StructuralPartialEq for MobilePageSessionHandle
Auto Trait Implementations§
impl Freeze for MobilePageSessionHandle
impl RefUnwindSafe for MobilePageSessionHandle
impl Send for MobilePageSessionHandle
impl Sync for MobilePageSessionHandle
impl Unpin for MobilePageSessionHandle
impl UnsafeUnpin for MobilePageSessionHandle
impl UnwindSafe for MobilePageSessionHandle
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