Struct symbolic_debuginfo::ParseDebugIdError[]

pub struct ParseDebugIdError;

Indicates a parsing error

Trait Implementations

impl Error for ParseDebugIdError

This method is soft-deprecated. Read more

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

impl Clone for ParseDebugIdError

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for ParseDebugIdError

Formats the value using the given formatter. Read more

impl Debug for ParseDebugIdError

Formats the value using the given formatter. Read more

impl Copy for ParseDebugIdError

impl Eq for ParseDebugIdError

impl PartialEq<ParseDebugIdError> for ParseDebugIdError

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

This method tests for !=.

Auto Trait Implementations