pub struct SendTransactionResponseExceptionStackContext {
pub level: String,
pub file: String,
pub line: u32,
pub method: String,
pub hostname: String,
pub thread_name: String,
pub timestamp: String,
}
Fields§
§level: String
§file: String
§line: u32
§method: String
§hostname: String
§thread_name: String
§timestamp: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SendTransactionResponseExceptionStackContext
impl<'de> Deserialize<'de> for SendTransactionResponseExceptionStackContext
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SendTransactionResponseExceptionStackContext
impl RefUnwindSafe for SendTransactionResponseExceptionStackContext
impl Send for SendTransactionResponseExceptionStackContext
impl Sync for SendTransactionResponseExceptionStackContext
impl Unpin for SendTransactionResponseExceptionStackContext
impl UnwindSafe for SendTransactionResponseExceptionStackContext
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