pub struct ChainTesterError {
pub json: Option<Value>,
pub error_string: Option<String>,
}Fields§
§json: Option<Value>§error_string: Option<String>Implementations§
Trait Implementations§
Source§impl Debug for ChainTesterError
impl Debug for ChainTesterError
Auto Trait Implementations§
impl Freeze for ChainTesterError
impl RefUnwindSafe for ChainTesterError
impl Send for ChainTesterError
impl Sync for ChainTesterError
impl Unpin for ChainTesterError
impl UnwindSafe for ChainTesterError
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