Struct otter_sql::value::ValueError
source · Expand description
Error in the value of a Value.
Fields§
§reason: &'static str§value: ValueTrait Implementations§
source§impl Debug for ValueError
impl Debug for ValueError
source§impl Display for ValueError
impl Display for ValueError
source§impl From<ValueError> for CodegenError
impl From<ValueError> for CodegenError
source§fn from(v: ValueError) -> Self
fn from(v: ValueError) -> Self
Converts to this type from the input type.
source§impl From<ValueError> for ExprError
impl From<ValueError> for ExprError
source§fn from(v: ValueError) -> Self
fn from(v: ValueError) -> Self
Converts to this type from the input type.
source§impl PartialEq<ValueError> for ValueError
impl PartialEq<ValueError> for ValueError
source§fn eq(&self, other: &ValueError) -> bool
fn eq(&self, other: &ValueError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.