Enum sentry::protocol::Orientation [] [src]

pub enum Orientation {
    Portrait,
    Landscape,
}

Optional device screen orientation

Variants

Portrait device orientation.

Landscape device orientation.

Trait Implementations

impl Eq for Orientation
[src]

impl Hash for Orientation
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq<Orientation> for Orientation
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl<'de> Deserialize<'de> for Orientation
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Clone for Orientation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Serialize for Orientation
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl Debug for Orientation
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Orientation

impl Sync for Orientation