pub struct OtxRpcError(pub Box<dyn OtxError + Send>);Tuple Fields§
§0: Box<dyn OtxError + Send>Trait Implementations§
Source§impl Debug for OtxRpcError
impl Debug for OtxRpcError
Source§impl Display for OtxRpcError
impl Display for OtxRpcError
Source§impl From<OtxFormatError> for OtxRpcError
impl From<OtxFormatError> for OtxRpcError
Source§fn from(err: OtxFormatError) -> Self
fn from(err: OtxFormatError) -> Self
Converts to this type from the input type.
Source§impl From<OtxRpcError> for Error
impl From<OtxRpcError> for Error
Source§fn from(err: OtxRpcError) -> Error
fn from(err: OtxRpcError) -> Error
Converts to this type from the input type.
Source§impl From<VerificationError> for OtxRpcError
impl From<VerificationError> for OtxRpcError
Source§fn from(err: VerificationError) -> Self
fn from(err: VerificationError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OtxRpcError
impl !RefUnwindSafe for OtxRpcError
impl Send for OtxRpcError
impl !Sync for OtxRpcError
impl Unpin for OtxRpcError
impl !UnwindSafe for OtxRpcError
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