pub struct IcrcTokenMetadataRow {
pub key: String,
pub value_type: String,
pub value: Value,
}Expand description
IcrcTokenMetadataRow
Serializable row for one raw ICRC ledger metadata entry.
Fields§
§key: String§value_type: String§value: ValueTrait Implementations§
Source§impl Clone for IcrcTokenMetadataRow
impl Clone for IcrcTokenMetadataRow
Source§fn clone(&self) -> IcrcTokenMetadataRow
fn clone(&self) -> IcrcTokenMetadataRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IcrcTokenMetadataRow
impl Debug for IcrcTokenMetadataRow
impl Eq for IcrcTokenMetadataRow
Source§impl PartialEq for IcrcTokenMetadataRow
impl PartialEq for IcrcTokenMetadataRow
Source§impl Serialize for IcrcTokenMetadataRow
impl Serialize for IcrcTokenMetadataRow
impl StructuralPartialEq for IcrcTokenMetadataRow
Auto Trait Implementations§
impl Freeze for IcrcTokenMetadataRow
impl RefUnwindSafe for IcrcTokenMetadataRow
impl Send for IcrcTokenMetadataRow
impl Sync for IcrcTokenMetadataRow
impl Unpin for IcrcTokenMetadataRow
impl UnsafeUnpin for IcrcTokenMetadataRow
impl UnwindSafe for IcrcTokenMetadataRow
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