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
id: Option<String>
The id for this orientation. Example: "portrait" @OutputOnly
name: Option<String>
A human-friendly name for this orientation. Example: "portrait" @OutputOnly
Tags for this dimension. Examples: "default"
Trait Implementations
impl Default for Orientation[src]
impl Default for Orientationfn default() -> Orientation[src]
fn default() -> OrientationReturns the "default value" for a type. Read more
impl Clone for Orientation[src]
impl Clone for Orientationfn clone(&self) -> Orientation[src]
fn clone(&self) -> OrientationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Orientation[src]
impl Debug for Orientationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for Orientation[src]
impl Part for OrientationAuto Trait Implementations
impl Send for Orientation
impl Send for Orientationimpl Sync for Orientation
impl Sync for Orientation