pub enum VmRuntimeErrorKind {
Arithmetic,
Call,
Index,
Property,
Stack,
Type,
}Variants§
Trait Implementations§
Source§impl Clone for VmRuntimeErrorKind
impl Clone for VmRuntimeErrorKind
Source§fn clone(&self) -> VmRuntimeErrorKind
fn clone(&self) -> VmRuntimeErrorKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VmRuntimeErrorKind
Source§impl Debug for VmRuntimeErrorKind
impl Debug for VmRuntimeErrorKind
impl Eq for VmRuntimeErrorKind
Source§impl PartialEq for VmRuntimeErrorKind
impl PartialEq for VmRuntimeErrorKind
impl StructuralPartialEq for VmRuntimeErrorKind
Auto Trait Implementations§
impl Freeze for VmRuntimeErrorKind
impl RefUnwindSafe for VmRuntimeErrorKind
impl Send for VmRuntimeErrorKind
impl Sync for VmRuntimeErrorKind
impl Unpin for VmRuntimeErrorKind
impl UnsafeUnpin for VmRuntimeErrorKind
impl UnwindSafe for VmRuntimeErrorKind
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