Struct symbolic_common::types::UnknownDebugKindError[][src]

pub struct UnknownDebugKindError;

An error returned for unknown or invalid DebugKinds.

Trait Implementations

impl Debug for UnknownDebugKindError
[src]

Formats the value using the given formatter. Read more

impl Clone for UnknownDebugKindError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UnknownDebugKindError
[src]

Auto Trait Implementations