pub enum VmOperationError {
CouldNotPerformOperation {
message: String,
name: String,
inputs: Vec<Value>,
},
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VmOperationError
impl RefUnwindSafe for VmOperationError
impl Send for VmOperationError
impl Sync for VmOperationError
impl Unpin for VmOperationError
impl UnwindSafe for VmOperationError
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