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