Enum actix_tools::sentry::sentry_client::protocol::Orientation[]

pub enum Orientation {
    Portrait,
    Landscape,
}

Optional device screen orientation

Variants

Portrait device orientation.

Landscape device orientation.

Trait Implementations

impl Serialize for Orientation

Serialize this value into the given Serde serializer. Read more

impl Hash for Orientation

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

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

impl Clone for Orientation

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Orientation

Formats the value using the given formatter. Read more

impl<'de> Deserialize<'de> for Orientation

Deserialize this value from the given Serde deserializer. Read more

impl Eq for Orientation

impl PartialEq<Orientation> for Orientation

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

This method tests for !=.

Auto Trait Implementations

impl Send for Orientation

impl Sync for Orientation