pub struct ErrorObject { /* private fields */ }
Implementations§
Source§impl ErrorObject
impl ErrorObject
Trait Implementations§
Source§impl Debug for ErrorObject
impl Debug for ErrorObject
Source§impl Display for ErrorObject
impl Display for ErrorObject
Source§impl Drop for ErrorObject
impl Drop for ErrorObject
Source§impl PartialEq for ErrorObject
impl PartialEq for ErrorObject
Source§impl Trace for ErrorObject
impl Trace for ErrorObject
Source§fn finalize_glue(&self)
fn finalize_glue(&self)
Runs
Finalize::finalize()
on this object and all
contained subobjectsimpl Eq for ErrorObject
Auto Trait Implementations§
impl Freeze for ErrorObject
impl RefUnwindSafe for ErrorObject
impl Send for ErrorObject
impl Sync for ErrorObject
impl Unpin for ErrorObject
impl UnwindSafe for ErrorObject
Blanket Implementations§
Source§impl<T> AnyWithEq for T
impl<T> AnyWithEq for T
fn as_any(&self) -> &(dyn Any + 'static)
fn is_equals( &self, other: &dyn AnyWithEq, _interpreter: &mut Interpreter, _pos: CodePosition, ) -> bool
fn is_strict_equals( &self, other: &dyn AnyWithEq, _interpreter: &mut Interpreter, _pos: CodePosition, ) -> bool
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.