pub struct ValueUnaryOpError {
pub operator: UnOp,
pub value: Value,
}
Expand description
Error performing a unary operation on a Value
.
Fieldsยง
ยงoperator: UnOp
ยงvalue: Value
Trait 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 for ValueUnaryOpError
impl PartialEq for ValueUnaryOpError
impl StructuralPartialEq for ValueUnaryOpError
Auto Trait Implementationsยง
impl Freeze for ValueUnaryOpError
impl RefUnwindSafe for ValueUnaryOpError
impl Send for ValueUnaryOpError
impl Sync for ValueUnaryOpError
impl Unpin for ValueUnaryOpError
impl UnwindSafe for ValueUnaryOpError
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more