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