pub struct QueryTxResponse {
pub data: Value,
}Fields§
§data: ValueTrait Implementations§
Source§impl Clone for QueryTxResponse
impl Clone for QueryTxResponse
Source§fn clone(&self) -> QueryTxResponse
fn clone(&self) -> QueryTxResponse
Returns a duplicate 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 QueryTxResponse
impl Debug for QueryTxResponse
Source§impl<'de> Deserialize<'de> for QueryTxResponse
impl<'de> Deserialize<'de> for QueryTxResponse
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
Source§impl PartialEq for QueryTxResponse
impl PartialEq for QueryTxResponse
Source§impl Serialize for QueryTxResponse
impl Serialize for QueryTxResponse
impl StructuralPartialEq for QueryTxResponse
Auto Trait Implementations§
impl Freeze for QueryTxResponse
impl RefUnwindSafe for QueryTxResponse
impl Send for QueryTxResponse
impl Sync for QueryTxResponse
impl Unpin for QueryTxResponse
impl UnsafeUnpin for QueryTxResponse
impl UnwindSafe for QueryTxResponse
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