Struct sentry::protocol::debugid::ParseDebugIdError []

pub struct ParseDebugIdError;

Indicates a parsing error

Trait Implementations

impl Display for ParseDebugIdError

Formats the value using the given formatter. Read more

impl Copy for ParseDebugIdError

impl Eq for ParseDebugIdError

impl Error for ParseDebugIdError

A short description of the error. Read more

1.0.0
[src]

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

impl PartialEq<ParseDebugIdError> for ParseDebugIdError

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

1.0.0
[src]

This method tests for !=.

impl Clone for ParseDebugIdError

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ParseDebugIdError

Formats the value using the given formatter. Read more

Auto Trait Implementations