pub struct TxMetadataLabelsInner {
pub label: String,
pub cip10: Option<String>,
pub count: String,
}Fields§
§label: StringMetadata label
cip10: Option<String>CIP10 defined description
count: StringThe count of metadata entries with a specific label
Implementations§
Trait Implementations§
source§impl Clone for TxMetadataLabelsInner
impl Clone for TxMetadataLabelsInner
source§fn clone(&self) -> TxMetadataLabelsInner
fn clone(&self) -> TxMetadataLabelsInner
Returns a copy 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 TxMetadataLabelsInner
impl Debug for TxMetadataLabelsInner
source§impl Default for TxMetadataLabelsInner
impl Default for TxMetadataLabelsInner
source§fn default() -> TxMetadataLabelsInner
fn default() -> TxMetadataLabelsInner
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TxMetadataLabelsInner
impl<'de> Deserialize<'de> for TxMetadataLabelsInner
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 TxMetadataLabelsInner
impl PartialEq for TxMetadataLabelsInner
source§fn eq(&self, other: &TxMetadataLabelsInner) -> bool
fn eq(&self, other: &TxMetadataLabelsInner) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for TxMetadataLabelsInner
impl Serialize for TxMetadataLabelsInner
impl StructuralPartialEq for TxMetadataLabelsInner
Auto Trait Implementations§
impl RefUnwindSafe for TxMetadataLabelsInner
impl Send for TxMetadataLabelsInner
impl Sync for TxMetadataLabelsInner
impl Unpin for TxMetadataLabelsInner
impl UnwindSafe for TxMetadataLabelsInner
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