Enum kpdb::ObfuscationError
[−]
[src]
pub enum ObfuscationError {
InvalidValue,
}Error type for obfuscation conversion errors.
Variants
InvalidValueInvalid value.
Trait Implementations
impl Debug for ObfuscationError[src]
impl PartialEq for ObfuscationError[src]
fn eq(&self, __arg_0: &ObfuscationError) -> 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 ObfuscationError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more