pub enum GcRuntimeErrorKind {
Arithmetic,
Call,
ExecutionLimit,
Index,
Property,
Stack,
Type,
InvalidBytecode,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GcRuntimeErrorKind
impl Clone for GcRuntimeErrorKind
Source§fn clone(&self) -> GcRuntimeErrorKind
fn clone(&self) -> GcRuntimeErrorKind
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 GcRuntimeErrorKind
Source§impl Debug for GcRuntimeErrorKind
impl Debug for GcRuntimeErrorKind
impl Eq for GcRuntimeErrorKind
Source§impl PartialEq for GcRuntimeErrorKind
impl PartialEq for GcRuntimeErrorKind
Source§impl Serialize for GcRuntimeErrorKind
impl Serialize for GcRuntimeErrorKind
impl StructuralPartialEq for GcRuntimeErrorKind
Auto Trait Implementations§
impl Freeze for GcRuntimeErrorKind
impl RefUnwindSafe for GcRuntimeErrorKind
impl Send for GcRuntimeErrorKind
impl Sync for GcRuntimeErrorKind
impl Unpin for GcRuntimeErrorKind
impl UnsafeUnpin for GcRuntimeErrorKind
impl UnwindSafe for GcRuntimeErrorKind
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