Enum appium_client::commands::android::GsmCallAction
source · pub enum GsmCallAction {
Call,
Accept,
Cancel,
Hold,
}
Variants§
Trait Implementations§
source§impl Debug for GsmCallAction
impl Debug for GsmCallAction
source§impl PartialEq for GsmCallAction
impl PartialEq for GsmCallAction
source§fn eq(&self, other: &GsmCallAction) -> bool
fn eq(&self, other: &GsmCallAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for GsmCallAction
impl Serialize for GsmCallAction
impl Eq for GsmCallAction
impl StructuralEq for GsmCallAction
impl StructuralPartialEq for GsmCallAction
Auto Trait Implementations§
impl RefUnwindSafe for GsmCallAction
impl Send for GsmCallAction
impl Sync for GsmCallAction
impl Unpin for GsmCallAction
impl UnwindSafe for GsmCallAction
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