Struct sentry_types::protocol::v7::debugid::ParseDebugIdError[][src]

pub struct ParseDebugIdError;

Indicates a parsing error

Trait Implementations

impl Error for ParseDebugIdError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl Display for ParseDebugIdError
[src]

Formats the value using the given formatter. Read more

impl Clone for ParseDebugIdError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ParseDebugIdError
[src]

Formats the value using the given formatter. Read more

impl Copy for ParseDebugIdError
[src]

impl Eq for ParseDebugIdError
[src]

impl PartialEq<ParseDebugIdError> for ParseDebugIdError
[src]

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

This method tests for !=.

Auto Trait Implementations