Enum sentry_types::protocol::v7::Orientation [−][src]
pub enum Orientation {
Portrait,
Landscape,
}Expand description
Optional device screen orientation
Variants
Portrait device orientation.
Landscape device orientation.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Orientationimpl Send for Orientationimpl Sync for Orientationimpl Unpin for Orientationimpl UnwindSafe for OrientationBlanket Implementations
Mutably borrows from an owned value. Read more