pub struct ErrorNoPyErr;
Expand description
Never attempt to translate any std::error::Error
to PyErr
when used
as AnyErrorToPyErr
.
Trait Implementations§
Source§impl AnyErrorToPyErr for ErrorNoPyErr
impl AnyErrorToPyErr for ErrorNoPyErr
Auto Trait Implementations§
impl Freeze for ErrorNoPyErr
impl RefUnwindSafe for ErrorNoPyErr
impl Send for ErrorNoPyErr
impl Sync for ErrorNoPyErr
impl Unpin for ErrorNoPyErr
impl UnwindSafe for ErrorNoPyErr
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