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