pub enum PhoneXmlKey {
Show 19 variants
KeyPad0,
KeyPad1,
KeyPad2,
KeyPad3,
KeyPad4,
KeyPad5,
KeyPad6,
KeyPad7,
KeyPad8,
KeyPad9,
KeyPadStar,
KeyPadPound,
NavUp,
NavDown,
NavLeft,
NavRight,
NavSelect,
NavBack,
PushToTalk,
}Expand description
A physical key event routed by a displayable phone service document.
Variants§
KeyPad0
KeyPad1
KeyPad2
KeyPad3
KeyPad4
KeyPad5
KeyPad6
KeyPad7
KeyPad8
KeyPad9
KeyPadStar
KeyPadPound
PushToTalk
Trait Implementations§
Source§impl Clone for PhoneXmlKey
impl Clone for PhoneXmlKey
Source§fn clone(&self) -> PhoneXmlKey
fn clone(&self) -> PhoneXmlKey
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 PhoneXmlKey
Source§impl Debug for PhoneXmlKey
impl Debug for PhoneXmlKey
Source§impl<'de> Deserialize<'de> for PhoneXmlKey
impl<'de> Deserialize<'de> for PhoneXmlKey
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 PhoneXmlKey
Source§impl PartialEq for PhoneXmlKey
impl PartialEq for PhoneXmlKey
Source§impl Serialize for PhoneXmlKey
impl Serialize for PhoneXmlKey
impl StructuralPartialEq for PhoneXmlKey
Auto Trait Implementations§
impl Freeze for PhoneXmlKey
impl RefUnwindSafe for PhoneXmlKey
impl Send for PhoneXmlKey
impl Sync for PhoneXmlKey
impl Unpin for PhoneXmlKey
impl UnsafeUnpin for PhoneXmlKey
impl UnwindSafe for PhoneXmlKey
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