pub struct SnsTokenMetadataRow {
pub key: String,
pub value_type: String,
pub value: Value,
}Expand description
SnsTokenMetadataRow
Serializable row for one raw SNS ledger metadata entry.
Fields§
§key: String§value_type: String§value: ValueTrait Implementations§
Source§impl Clone for SnsTokenMetadataRow
impl Clone for SnsTokenMetadataRow
Source§fn clone(&self) -> SnsTokenMetadataRow
fn clone(&self) -> SnsTokenMetadataRow
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 SnsTokenMetadataRow
impl Debug for SnsTokenMetadataRow
impl Eq for SnsTokenMetadataRow
Source§impl PartialEq for SnsTokenMetadataRow
impl PartialEq for SnsTokenMetadataRow
Source§impl Serialize for SnsTokenMetadataRow
impl Serialize for SnsTokenMetadataRow
impl StructuralPartialEq for SnsTokenMetadataRow
Auto Trait Implementations§
impl Freeze for SnsTokenMetadataRow
impl RefUnwindSafe for SnsTokenMetadataRow
impl Send for SnsTokenMetadataRow
impl Sync for SnsTokenMetadataRow
impl Unpin for SnsTokenMetadataRow
impl UnsafeUnpin for SnsTokenMetadataRow
impl UnwindSafe for SnsTokenMetadataRow
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