Struct solders_traits::PyErrWrapper
source · pub struct PyErrWrapper(pub PyErr);
Tuple Fields§
§0: PyErr
Trait Implementations§
source§impl From<Error> for PyErrWrapper
impl From<Error> for PyErrWrapper
source§impl From<Error> for PyErrWrapper
impl From<Error> for PyErrWrapper
source§impl From<ParseCommitmentLevelError> for PyErrWrapper
impl From<ParseCommitmentLevelError> for PyErrWrapper
source§fn from(e: ParseCommitmentLevelErrorOriginal) -> Self
fn from(e: ParseCommitmentLevelErrorOriginal) -> Self
Converts to this type from the input type.
source§impl From<ParseHashError> for PyErrWrapper
impl From<ParseHashError> for PyErrWrapper
source§impl From<PubkeyError> for PyErrWrapper
impl From<PubkeyError> for PyErrWrapper
source§impl From<PyErrWrapper> for PyErr
impl From<PyErrWrapper> for PyErr
source§fn from(e: PyErrWrapper) -> Self
fn from(e: PyErrWrapper) -> Self
Converts to this type from the input type.
source§impl From<SanitizeError> for PyErrWrapper
impl From<SanitizeError> for PyErrWrapper
source§impl From<SignerError> for PyErrWrapper
impl From<SignerError> for PyErrWrapper
source§fn from(e: SignerErrorOriginal) -> Self
fn from(e: SignerErrorOriginal) -> Self
Converts to this type from the input type.
source§impl From<TransactionError> for PyErrWrapper
impl From<TransactionError> for PyErrWrapper
source§fn from(e: TransactionErrorOriginal) -> Self
fn from(e: TransactionErrorOriginal) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for PyErrWrapper
impl Send for PyErrWrapper
impl Sync for PyErrWrapper
impl Unpin for PyErrWrapper
impl !UnwindSafe for PyErrWrapper
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