pub enum MobileAutomationBackend {
UiAutomator2,
Espresso,
WebViewBridge,
}Variants§
Trait Implementations§
Source§impl Clone for MobileAutomationBackend
impl Clone for MobileAutomationBackend
Source§fn clone(&self) -> MobileAutomationBackend
fn clone(&self) -> MobileAutomationBackend
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 moreimpl Copy for MobileAutomationBackend
Source§impl Debug for MobileAutomationBackend
impl Debug for MobileAutomationBackend
impl Eq for MobileAutomationBackend
Source§impl PartialEq for MobileAutomationBackend
impl PartialEq for MobileAutomationBackend
impl StructuralPartialEq for MobileAutomationBackend
Auto Trait Implementations§
impl Freeze for MobileAutomationBackend
impl RefUnwindSafe for MobileAutomationBackend
impl Send for MobileAutomationBackend
impl Sync for MobileAutomationBackend
impl Unpin for MobileAutomationBackend
impl UnsafeUnpin for MobileAutomationBackend
impl UnwindSafe for MobileAutomationBackend
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