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