Struct aws_smithy_http_server_python::RichPyErr
source · pub struct RichPyErr(_);
Expand description
Wraps PyErr with a richer debug output that includes traceback and cause.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RichPyErr
impl Send for RichPyErr
impl Sync for RichPyErr
impl Unpin for RichPyErr
impl !UnwindSafe for RichPyErr
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