pub struct TxGetResponse {
pub id: usize,
pub result: TxGetResult,
}Fields§
§id: usize§result: TxGetResultTrait Implementations§
Source§impl Clone for TxGetResponse
impl Clone for TxGetResponse
Source§fn clone(&self) -> TxGetResponse
fn clone(&self) -> TxGetResponse
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 TxGetResponse
impl Debug for TxGetResponse
Source§impl<'de> Deserialize<'de> for TxGetResponse
impl<'de> Deserialize<'de> for TxGetResponse
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 TxGetResponse
impl PartialEq for TxGetResponse
Source§impl Serialize for TxGetResponse
impl Serialize for TxGetResponse
impl Eq for TxGetResponse
impl StructuralPartialEq for TxGetResponse
Auto Trait Implementations§
impl Freeze for TxGetResponse
impl RefUnwindSafe for TxGetResponse
impl Send for TxGetResponse
impl Sync for TxGetResponse
impl Unpin for TxGetResponse
impl UnwindSafe for TxGetResponse
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