Struct actix_tools::sentry::sentry_client::protocol::MachException [−]
pub struct MachException {
pub ty: i32,
pub code: u64,
pub subcode: u64,
pub name: Option<String>,
}Mach exception information.
Fields
ty: i32
The mach exception type.
code: u64
The mach exception code.
subcode: u64
The mach exception subcode.
name: Option<String>
Optional name of the mach exception.
Trait Implementations
impl Serialize for MachException
impl Serialize for MachExceptionfn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, Serialize this value into the given Serde serializer. Read more
impl Clone for MachException
impl Clone for MachExceptionfn clone(&self) -> MachException
fn clone(&self) -> MachExceptionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for MachException
impl Default for MachExceptionfn default() -> MachException
fn default() -> MachExceptionReturns the "default value" for a type. Read more
impl Debug for MachException
impl Debug for MachExceptionfn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl<'de> Deserialize<'de> for MachException
impl<'de> Deserialize<'de> for MachExceptionfn deserialize<__D>(
__deserializer: __D
) -> Result<MachException, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<MachException, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
impl Eq for MachException
impl Eq for MachExceptionimpl PartialEq<MachException> for MachException
impl PartialEq<MachException> for MachExceptionfn eq(&self, other: &MachException) -> bool
fn eq(&self, other: &MachException) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &MachException) -> bool
fn ne(&self, other: &MachException) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for MachException
impl Send for MachExceptionimpl Sync for MachException
impl Sync for MachException