pub struct ReceiptLineageStatementLink {
pub statement_id: Option<String>,
pub child_receipt_id: String,
pub child_request_id: Option<String>,
pub parent_receipt_id: Option<String>,
pub parent_request_id: Option<String>,
pub session_id: Option<String>,
pub session_anchor_id: Option<String>,
pub chain_id: Option<String>,
pub recorded_at: u64,
}Fields§
§statement_id: Option<String>§child_receipt_id: String§child_request_id: Option<String>§parent_receipt_id: Option<String>§parent_request_id: Option<String>§session_id: Option<String>§session_anchor_id: Option<String>§chain_id: Option<String>§recorded_at: u64Trait Implementations§
Source§impl Clone for ReceiptLineageStatementLink
impl Clone for ReceiptLineageStatementLink
Source§fn clone(&self) -> ReceiptLineageStatementLink
fn clone(&self) -> ReceiptLineageStatementLink
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 ReceiptLineageStatementLink
impl Debug for ReceiptLineageStatementLink
Source§impl Default for ReceiptLineageStatementLink
impl Default for ReceiptLineageStatementLink
Source§fn default() -> ReceiptLineageStatementLink
fn default() -> ReceiptLineageStatementLink
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReceiptLineageStatementLink
impl<'de> Deserialize<'de> for ReceiptLineageStatementLink
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 Eq for ReceiptLineageStatementLink
impl StructuralPartialEq for ReceiptLineageStatementLink
Auto Trait Implementations§
impl Freeze for ReceiptLineageStatementLink
impl RefUnwindSafe for ReceiptLineageStatementLink
impl Send for ReceiptLineageStatementLink
impl Sync for ReceiptLineageStatementLink
impl Unpin for ReceiptLineageStatementLink
impl UnsafeUnpin for ReceiptLineageStatementLink
impl UnwindSafe for ReceiptLineageStatementLink
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.