pub struct NameTransferEntry {
pub name: String,
pub amount: u128,
}Fields§
§name: String§amount: u128Trait Implementations§
Source§impl Clone for NameTransferEntry
impl Clone for NameTransferEntry
Source§fn clone(&self) -> NameTransferEntry
fn clone(&self) -> NameTransferEntry
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 NameTransferEntry
impl Debug for NameTransferEntry
Source§impl<'de> Deserialize<'de> for NameTransferEntry
impl<'de> Deserialize<'de> for NameTransferEntry
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
Auto Trait Implementations§
impl Freeze for NameTransferEntry
impl RefUnwindSafe for NameTransferEntry
impl Send for NameTransferEntry
impl Sync for NameTransferEntry
impl Unpin for NameTransferEntry
impl UnsafeUnpin for NameTransferEntry
impl UnwindSafe for NameTransferEntry
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