#[repr(i32)]pub enum Return {
Undefined,
Top,
Error,
EvalError,
RangeError,
ReferenceError,
SyntaxError,
TypeError,
UriError,
}Variants§
Trait Implementations§
source§impl Ord for Return
impl Ord for Return
source§impl PartialEq<Return> for Return
impl PartialEq<Return> for Return
source§impl PartialOrd<Return> for Return
impl PartialOrd<Return> for Return
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Return
impl Eq for Return
impl StructuralEq for Return
impl StructuralPartialEq for Return
Auto Trait Implementations§
impl RefUnwindSafe for Return
impl Send for Return
impl Sync for Return
impl Unpin for Return
impl UnwindSafe for Return
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