Struct sentry_types::protocol::v7::MechanismMeta [−][src]
pub struct MechanismMeta {
pub errno: Option<CError>,
pub signal: Option<PosixSignal>,
pub mach_exception: Option<MachException>,
}Expand description
Operating system or runtime meta information to an exception mechanism.
Fields
errno: Option<CError>Optional ISO C standard error code.
signal: Option<PosixSignal>Optional POSIX signal number.
mach_exception: Option<MachException>Optional mach exception information.
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
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 MechanismMetaimpl Send for MechanismMetaimpl Sync for MechanismMetaimpl Unpin for MechanismMetaimpl UnwindSafe for MechanismMetaBlanket Implementations
Mutably borrows from an owned value. Read more