pub struct SendTransactionResponse401 {
pub code: Option<i64>,
pub message: Option<String>,
}Fields§
§code: Option<i64>§message: Option<String>Trait Implementations§
Source§impl Clone for SendTransactionResponse401
impl Clone for SendTransactionResponse401
Source§fn clone(&self) -> SendTransactionResponse401
fn clone(&self) -> SendTransactionResponse401
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SendTransactionResponse401
impl Debug for SendTransactionResponse401
Source§impl Default for SendTransactionResponse401
impl Default for SendTransactionResponse401
Source§fn default() -> SendTransactionResponse401
fn default() -> SendTransactionResponse401
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SendTransactionResponse401
impl<'de> Deserialize<'de> for SendTransactionResponse401
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 SendTransactionResponse401
impl RefUnwindSafe for SendTransactionResponse401
impl Send for SendTransactionResponse401
impl Sync for SendTransactionResponse401
impl Unpin for SendTransactionResponse401
impl UnsafeUnpin for SendTransactionResponse401
impl UnwindSafe for SendTransactionResponse401
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