pub struct MobileBrowserSessionHandle {
pub platform: MobilePlatform,
pub automation: MobileAutomationSessionInfo,
pub device: DeviceTarget,
}Fields§
§platform: MobilePlatform§automation: MobileAutomationSessionInfo§device: DeviceTargetTrait Implementations§
Source§impl Clone for MobileBrowserSessionHandle
impl Clone for MobileBrowserSessionHandle
Source§fn clone(&self) -> MobileBrowserSessionHandle
fn clone(&self) -> MobileBrowserSessionHandle
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 MobileBrowserSessionHandle
impl Debug for MobileBrowserSessionHandle
Source§impl<'de> Deserialize<'de> for MobileBrowserSessionHandle
impl<'de> Deserialize<'de> for MobileBrowserSessionHandle
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 MobileBrowserSessionHandle
impl StructuralPartialEq for MobileBrowserSessionHandle
Auto Trait Implementations§
impl Freeze for MobileBrowserSessionHandle
impl RefUnwindSafe for MobileBrowserSessionHandle
impl Send for MobileBrowserSessionHandle
impl Sync for MobileBrowserSessionHandle
impl Unpin for MobileBrowserSessionHandle
impl UnsafeUnpin for MobileBrowserSessionHandle
impl UnwindSafe for MobileBrowserSessionHandle
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