Enum oxygengine_script_flow::vm::VmOperationError [−][src]
pub enum VmOperationError { CouldNotPerformOperation { message: String, name: String, inputs: Vec<Value>, }, }
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VmOperationError
impl Send for VmOperationError
impl Sync for VmOperationError
impl Unpin for VmOperationError
impl UnwindSafe for VmOperationError
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more