pub struct SnsTokenStandardRow {
pub name: String,
pub url: String,
}Expand description
SnsTokenStandardRow
Serializable row for one token standard supported by an SNS ledger.
Fields§
§name: String§url: StringTrait Implementations§
Source§impl Clone for SnsTokenStandardRow
impl Clone for SnsTokenStandardRow
Source§fn clone(&self) -> SnsTokenStandardRow
fn clone(&self) -> SnsTokenStandardRow
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 SnsTokenStandardRow
impl Debug for SnsTokenStandardRow
impl Eq for SnsTokenStandardRow
Source§impl PartialEq for SnsTokenStandardRow
impl PartialEq for SnsTokenStandardRow
Source§fn eq(&self, other: &SnsTokenStandardRow) -> bool
fn eq(&self, other: &SnsTokenStandardRow) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SnsTokenStandardRow
impl Serialize for SnsTokenStandardRow
impl StructuralPartialEq for SnsTokenStandardRow
Auto Trait Implementations§
impl Freeze for SnsTokenStandardRow
impl RefUnwindSafe for SnsTokenStandardRow
impl Send for SnsTokenStandardRow
impl Sync for SnsTokenStandardRow
impl Unpin for SnsTokenStandardRow
impl UnsafeUnpin for SnsTokenStandardRow
impl UnwindSafe for SnsTokenStandardRow
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