Struct sentry_types::protocol::v7::AppContext [−][src]
pub struct AppContext {
pub app_start_time: Option<DateTime<Utc>>,
pub device_app_hash: Option<String>,
pub build_type: Option<String>,
pub app_identifier: Option<String>,
pub app_name: Option<String>,
pub app_version: Option<String>,
pub app_build: Option<String>,
pub other: Map<String, Value>,
}Expand description
Holds app information.
Fields
app_start_time: Option<DateTime<Utc>>Optional start time of the app.
device_app_hash: Option<String>Optional device app hash (app specific device ID)
build_type: Option<String>Optional build identicator.
app_identifier: Option<String>Optional app identifier (dotted bundle id).
app_name: Option<String>Application name as it appears on the platform.
app_version: Option<String>Application version as it appears on the platform.
app_build: Option<String>Internal build ID as it appears on the platform.
other: Map<String, Value>Additional arbitrary fields for forwards compatibility.
Trait Implementations
Returns the “default value” for a type. Read more
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
Performs the conversion.
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 RefUnwindSafe for AppContextimpl Send for AppContextimpl Sync for AppContextimpl Unpin for AppContextimpl UnwindSafe for AppContextBlanket Implementations
Mutably borrows from an owned value. Read more