[−][src]Struct sentry::types::protocol::v7::SystemSdkInfo
Holds information about the system SDK.
This is relevant for iOS and other platforms that have a system SDK. Not to be confused with the client SDK.
Fields
sdk_name: String
The internal name of the SDK
version_major: u32
the major version of the SDK as integer or 0
version_minor: u32
the minor version of the SDK as integer or 0
version_patchlevel: u32
the patch version of the SDK as integer or 0
Trait Implementations
impl Clone for SystemSdkInfo
[src][+]
impl Debug for SystemSdkInfo
[src][+]
impl<'de> Deserialize<'de> for SystemSdkInfo
[src][+]
impl PartialEq<SystemSdkInfo> for SystemSdkInfo
[src][+]
impl Serialize for SystemSdkInfo
[src][+]
impl StructuralPartialEq for SystemSdkInfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for SystemSdkInfo
impl Send for SystemSdkInfo
impl Sync for SystemSdkInfo
impl Unpin for SystemSdkInfo
impl UnwindSafe for SystemSdkInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,