pub struct RpcResponseError {
pub i: i64,
pub c: String,
pub m: String,
pub md: Option<Value>,
}Fields§
§i: i64§c: String§m: String§md: Option<Value>Trait Implementations§
Source§impl Clone for RpcResponseError
impl Clone for RpcResponseError
Source§fn clone(&self) -> RpcResponseError
fn clone(&self) -> RpcResponseError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RpcResponseError
impl Debug for RpcResponseError
Source§impl<'de> Deserialize<'de> for RpcResponseError
impl<'de> Deserialize<'de> for RpcResponseError
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 RpcResponseError
impl RefUnwindSafe for RpcResponseError
impl Send for RpcResponseError
impl Sync for RpcResponseError
impl Unpin for RpcResponseError
impl UnwindSafe for RpcResponseError
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