pub struct ErrorRegistry { /* private fields */ }
Expand description
Thread-local registry for errors during constant-time operations
Implementations§
Source§impl ErrorRegistry
impl ErrorRegistry
Trait Implementations§
Source§impl Default for ErrorRegistry
impl Default for ErrorRegistry
Auto Trait Implementations§
impl !Freeze for ErrorRegistry
impl RefUnwindSafe for ErrorRegistry
impl Send for ErrorRegistry
impl Sync for ErrorRegistry
impl Unpin for ErrorRegistry
impl UnwindSafe for ErrorRegistry
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