Struct sentry_types::protocol::v7::DeviceMetadata
source · Expand description
Device metadata
Fields§
§architecture: Option<String>Architecture
Trait Implementations§
source§impl Clone for DeviceMetadata
impl Clone for DeviceMetadata
source§fn clone(&self) -> DeviceMetadata
fn clone(&self) -> DeviceMetadata
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeviceMetadata
impl Debug for DeviceMetadata
source§impl<'de> Deserialize<'de> for DeviceMetadata
impl<'de> Deserialize<'de> for DeviceMetadata
source§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
source§impl PartialEq<DeviceMetadata> for DeviceMetadata
impl PartialEq<DeviceMetadata> for DeviceMetadata
source§fn eq(&self, other: &DeviceMetadata) -> bool
fn eq(&self, other: &DeviceMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.