Struct google_testing1::Orientation[][src]

pub struct Orientation {
    pub id: Option<String>,
    pub name: Option<String>,
    pub tags: Option<Vec<String>>,
}

Screen orientation of the device.

This type is not used in any activity, and only used as part of another schema.

Fields

The id for this orientation. Example: "portrait" @OutputOnly

A human-friendly name for this orientation. Example: "portrait" @OutputOnly

Tags for this dimension. Examples: "default"

Trait Implementations

impl Default for Orientation
[src]

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

impl Clone for Orientation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Orientation
[src]

Formats the value using the given formatter. Read more

impl Part for Orientation
[src]

Auto Trait Implementations

impl Send for Orientation

impl Sync for Orientation