Enum kpdb::IconError
[−]
[src]
pub enum IconError {
InvalidIconId,
}Error type for icon conversion errors.
Variants
InvalidIconIdInvalid icon identifier.
Trait Implementations
impl Debug for IconError[src]
impl PartialEq for IconError[src]
fn eq(&self, __arg_0: &IconError) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Display for IconError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more