Enum mentat_db::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 Clone for InputError
[src]
impl Clone for InputError
fn clone(&self) -> InputError
[src]
fn clone(&self) -> InputError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for InputError
[src]
impl Debug for InputError
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for InputError
[src]
impl Eq for InputError
impl PartialEq for InputError
[src]
impl PartialEq for InputError
fn eq(&self, __arg_0: &InputError) -> bool
[src]
fn eq(&self, __arg_0: &InputError) -> bool
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]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Display for InputError
[src]
impl Display for InputError
Auto Trait Implementations
impl Send for InputError
impl Send for InputError
impl Sync for InputError
impl Sync for InputError