Struct actix_tools::sentry::sentry_client::protocol::CError[]

pub struct CError {
    pub number: i32,
    pub name: Option<String>,
}

POSIX signal with optional extended data.

Fields

The error code as specified by ISO C99, POSIX.1-2001 or POSIX.1-2008.

Optional name of the errno constant.

Trait Implementations

impl Into<i32> for CError

Performs the conversion.

impl Serialize for CError

Serialize this value into the given Serde serializer. Read more

impl Clone for CError

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CError

Returns the "default value" for a type. Read more

impl Debug for CError

Formats the value using the given formatter. Read more

impl<'de> Deserialize<'de> for CError

Deserialize this value from the given Serde deserializer. Read more

impl Eq for CError

impl PartialEq<CError> for CError

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<i32> for CError

Performs the conversion.

Auto Trait Implementations

impl Send for CError

impl Sync for CError