Enum db_traits::errors::InputError
[−]
[src]
pub enum InputError { BadDbId, BadEntityPlace, }
Variants
BadDbId
Map notation included a bad :db/id
value.
BadEntityPlace
A value place cannot be interpreted as an entity place (for example, in nested map notation).
Trait Implementations
impl Copy for InputError
[src]
impl Clone for InputError
[src]
fn clone(&self) -> InputError
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Eq for InputError
[src]
impl PartialEq for InputError
[src]
fn eq(&self, __arg_0: &InputError) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.
impl Debug for InputError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more