pub struct LinkedTxn {
pub txn_id: Option<String>,
pub txn_type: Option<String>,
}Expand description
Linked Transaction
Information about a linked transaction.
Fields§
§txn_id: Option<String>§txn_type: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for LinkedTxn
impl<'de> Deserialize<'de> for LinkedTxn
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
impl StructuralPartialEq for LinkedTxn
Auto Trait Implementations§
impl Freeze for LinkedTxn
impl RefUnwindSafe for LinkedTxn
impl Send for LinkedTxn
impl Sync for LinkedTxn
impl Unpin for LinkedTxn
impl UnwindSafe for LinkedTxn
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