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