pub struct PostTransactionResponse {
pub txid: String,
}
Fields§
§txid: String
Trait Implementations§
Source§impl Debug for PostTransactionResponse
impl Debug for PostTransactionResponse
Source§impl<'de> Deserialize<'de> for PostTransactionResponse
impl<'de> Deserialize<'de> for PostTransactionResponse
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 PostTransactionResponse
impl RefUnwindSafe for PostTransactionResponse
impl Send for PostTransactionResponse
impl Sync for PostTransactionResponse
impl Unpin for PostTransactionResponse
impl UnwindSafe for PostTransactionResponse
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