pub struct MobileConnectInfo {
pub browser: String,
pub note: String,
pub browser_session: MobileBrowserSessionHandle,
pub initial_page: MobilePageInfo,
}Fields§
§browser: String§note: String§browser_session: MobileBrowserSessionHandle§initial_page: MobilePageInfoTrait Implementations§
Source§impl Clone for MobileConnectInfo
impl Clone for MobileConnectInfo
Source§fn clone(&self) -> MobileConnectInfo
fn clone(&self) -> MobileConnectInfo
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 MobileConnectInfo
impl Debug for MobileConnectInfo
Source§impl<'de> Deserialize<'de> for MobileConnectInfo
impl<'de> Deserialize<'de> for MobileConnectInfo
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 MobileConnectInfo
Source§impl PartialEq for MobileConnectInfo
impl PartialEq for MobileConnectInfo
Source§impl Serialize for MobileConnectInfo
impl Serialize for MobileConnectInfo
impl StructuralPartialEq for MobileConnectInfo
Auto Trait Implementations§
impl Freeze for MobileConnectInfo
impl RefUnwindSafe for MobileConnectInfo
impl Send for MobileConnectInfo
impl Sync for MobileConnectInfo
impl Unpin for MobileConnectInfo
impl UnsafeUnpin for MobileConnectInfo
impl UnwindSafe for MobileConnectInfo
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