pub struct TxMetadataLabelJsonInner {
pub tx_hash: String,
pub json_metadata: Option<Value>,
}Fields§
§tx_hash: StringTransaction hash that contains the specific metadata
json_metadata: Option<Value>Content of the JSON metadata
Implementations§
Trait Implementations§
Source§impl Clone for TxMetadataLabelJsonInner
impl Clone for TxMetadataLabelJsonInner
Source§fn clone(&self) -> TxMetadataLabelJsonInner
fn clone(&self) -> TxMetadataLabelJsonInner
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 TxMetadataLabelJsonInner
impl Debug for TxMetadataLabelJsonInner
Source§impl Default for TxMetadataLabelJsonInner
impl Default for TxMetadataLabelJsonInner
Source§fn default() -> TxMetadataLabelJsonInner
fn default() -> TxMetadataLabelJsonInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TxMetadataLabelJsonInner
impl<'de> Deserialize<'de> for TxMetadataLabelJsonInner
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 TxMetadataLabelJsonInner
impl PartialEq for TxMetadataLabelJsonInner
Source§impl Serialize for TxMetadataLabelJsonInner
impl Serialize for TxMetadataLabelJsonInner
impl StructuralPartialEq for TxMetadataLabelJsonInner
Auto Trait Implementations§
impl Freeze for TxMetadataLabelJsonInner
impl RefUnwindSafe for TxMetadataLabelJsonInner
impl Send for TxMetadataLabelJsonInner
impl Sync for TxMetadataLabelJsonInner
impl Unpin for TxMetadataLabelJsonInner
impl UnwindSafe for TxMetadataLabelJsonInner
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