pub struct ErrorId(/* private fields */);
Expand description
A unique identifier for an error. This is returned when you call throw
, which calls a
global error handler.
Trait Implementations§
impl Eq for ErrorId
impl StructuralPartialEq for ErrorId
Auto Trait Implementations§
impl Freeze for ErrorId
impl RefUnwindSafe for ErrorId
impl Send for ErrorId
impl Sync for ErrorId
impl Unpin for ErrorId
impl UnwindSafe for ErrorId
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