pub struct ResponsesSendRawTransactionData { /* private fields */ }
Implementations§
Source§impl ResponsesSendRawTransactionData
impl ResponsesSendRawTransactionData
pub fn new() -> ResponsesSendRawTransactionData
pub fn set_tx_hash(&mut self, tx_hash: String)
pub fn with_tx_hash(self, tx_hash: String) -> ResponsesSendRawTransactionData
pub fn tx_hash(&self) -> Option<&String>
pub fn reset_tx_hash(&mut self)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ResponsesSendRawTransactionData
impl<'de> Deserialize<'de> for ResponsesSendRawTransactionData
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 ResponsesSendRawTransactionData
impl RefUnwindSafe for ResponsesSendRawTransactionData
impl Send for ResponsesSendRawTransactionData
impl Sync for ResponsesSendRawTransactionData
impl Unpin for ResponsesSendRawTransactionData
impl UnwindSafe for ResponsesSendRawTransactionData
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