pub struct Nep24RoyaltyRecipient {
pub recipient: NeoByteString,
pub amount: NeoInteger,
}Expand description
A single NEP-24 royalty payout entry.
Fields§
§recipient: NeoByteString§amount: NeoIntegerTrait Implementations§
Source§impl Clone for Nep24RoyaltyRecipient
impl Clone for Nep24RoyaltyRecipient
Source§fn clone(&self) -> Nep24RoyaltyRecipient
fn clone(&self) -> Nep24RoyaltyRecipient
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 Nep24RoyaltyRecipient
impl Debug for Nep24RoyaltyRecipient
impl Eq for Nep24RoyaltyRecipient
Source§impl PartialEq for Nep24RoyaltyRecipient
impl PartialEq for Nep24RoyaltyRecipient
Source§fn eq(&self, other: &Nep24RoyaltyRecipient) -> bool
fn eq(&self, other: &Nep24RoyaltyRecipient) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Nep24RoyaltyRecipient
Auto Trait Implementations§
impl Freeze for Nep24RoyaltyRecipient
impl RefUnwindSafe for Nep24RoyaltyRecipient
impl Send for Nep24RoyaltyRecipient
impl Sync for Nep24RoyaltyRecipient
impl Unpin for Nep24RoyaltyRecipient
impl UnsafeUnpin for Nep24RoyaltyRecipient
impl UnwindSafe for Nep24RoyaltyRecipient
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