Struct otter_sql::value::ValueBinaryOpError
source · Expand description
Error performing a binary operation on two Values.
Fields§
§operator: BinOp§values: (Value, Value)Trait Implementations§
source§impl Debug for ValueBinaryOpError
impl Debug for ValueBinaryOpError
source§impl Display for ValueBinaryOpError
impl Display for ValueBinaryOpError
source§impl From<ValueBinaryOpError> for ExprExecError
impl From<ValueBinaryOpError> for ExprExecError
source§fn from(e: ValueBinaryOpError) -> Self
fn from(e: ValueBinaryOpError) -> Self
Converts to this type from the input type.
source§impl PartialEq<ValueBinaryOpError> for ValueBinaryOpError
impl PartialEq<ValueBinaryOpError> for ValueBinaryOpError
source§fn eq(&self, other: &ValueBinaryOpError) -> bool
fn eq(&self, other: &ValueBinaryOpError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.