Enum android_manifest::ReqKeyboardType [−][src]
pub enum ReqKeyboardType {
Undefined,
Nokeys,
Qwerty,
Twelvekey,
}Expand description
The type of keyboard the application requires, if any at all.
Variants
The application does not require a keyboard. (A keyboard requirement is not defined.) This is the default value.
The application does not require a keyboard.
The application requires a standard QWERTY keyboard.
The application requires a twelve-key keypad, like those on most phones — with keys for the digits from 0 through 9 plus star (*) and pound (#) keys.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
fn serialize_attributes(
&self,
source_attributes: Vec<OwnedAttribute>,
source_namespace: Namespace
) -> Result<(Vec<OwnedAttribute>, Namespace), String>[src]Auto Trait Implementations
impl RefUnwindSafe for ReqKeyboardTypeimpl Send for ReqKeyboardTypeimpl Sync for ReqKeyboardTypeimpl Unpin for ReqKeyboardTypeimpl UnwindSafe for ReqKeyboardTypeBlanket Implementations
Mutably borrows from an owned value. Read more