Struct rusoto_devicefarm::Radios [] [src]

pub struct Radios {
    pub bluetooth: Option<Boolean>,
    pub gps: Option<Boolean>,
    pub nfc: Option<Boolean>,
    pub wifi: Option<Boolean>,
}

Represents the set of radios and their states on a device. Examples of radios include Wi-Fi, GPS, Bluetooth, and NFC.

Fields

True if Bluetooth is enabled at the beginning of the test; otherwise, false.

True if GPS is enabled at the beginning of the test; otherwise, false.

True if NFC is enabled at the beginning of the test; otherwise, false.

True if Wi-Fi is enabled at the beginning of the test; otherwise, false.

Trait Implementations

impl Default for Radios
[src]

Returns the "default value" for a type. Read more

impl Debug for Radios
[src]

Formats the value using the given formatter.

impl Clone for Radios
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more