Struct sentry_types::protocol::v7::CError [−][src]
Expand description
POSIX signal with optional extended data.
Fields
number: i32The error code as specified by ISO C99, POSIX.1-2001 or POSIX.1-2008.
name: Option<String>Optional name of the errno constant.
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 CErrorimpl UnwindSafe for CErrorBlanket Implementations
Mutably borrows from an owned value. Read more