pub struct Nep141TokenId {
pub contract_id: AccountId,
}Fields§
§contract_id: AccountIdImplementations§
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for Nep141TokenId
impl<'arbitrary> Arbitrary<'arbitrary> for Nep141TokenId
Source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self from the given unstructured data. Read moreSource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self from the entirety of the given
unstructured data. Read moreSource§impl BorshDeserialize for Nep141TokenId
impl BorshDeserialize for Nep141TokenId
fn deserialize_reader<__R: Read>(reader: &mut __R) -> Result<Self, Error>
§fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes.
§fn try_from_slice(v: &[u8]) -> Result<Self, Error>
fn try_from_slice(v: &[u8]) -> Result<Self, Error>
Deserialize this instance from a slice of bytes.
fn try_from_reader<R>(reader: &mut R) -> Result<Self, Error>where
R: Read,
Source§impl BorshSerialize for Nep141TokenId
impl BorshSerialize for Nep141TokenId
Source§impl Clone for Nep141TokenId
impl Clone for Nep141TokenId
Source§fn clone(&self) -> Nep141TokenId
fn clone(&self) -> Nep141TokenId
Returns a copy of the value. Read more
1.0.0 · 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 Nep141TokenId
impl Debug for Nep141TokenId
Source§impl Display for Nep141TokenId
impl Display for Nep141TokenId
Source§impl From<&Nep141TokenId> for TokenIdType
impl From<&Nep141TokenId> for TokenIdType
Source§fn from(_: &Nep141TokenId) -> Self
fn from(_: &Nep141TokenId) -> Self
Converts to this type from the input type.
Source§impl From<Nep141TokenId> for TokenId
impl From<Nep141TokenId> for TokenId
Source§fn from(value: Nep141TokenId) -> Self
fn from(value: Nep141TokenId) -> Self
Converts to this type from the input type.
Source§impl FromStr for Nep141TokenId
impl FromStr for Nep141TokenId
Source§impl Hash for Nep141TokenId
impl Hash for Nep141TokenId
Source§impl Ord for Nep141TokenId
impl Ord for Nep141TokenId
Source§fn cmp(&self, other: &Nep141TokenId) -> Ordering
fn cmp(&self, other: &Nep141TokenId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Nep141TokenId
impl PartialEq for Nep141TokenId
Source§impl PartialOrd for Nep141TokenId
impl PartialOrd for Nep141TokenId
impl Eq for Nep141TokenId
impl StructuralPartialEq for Nep141TokenId
Auto Trait Implementations§
impl Freeze for Nep141TokenId
impl RefUnwindSafe for Nep141TokenId
impl Send for Nep141TokenId
impl Sync for Nep141TokenId
impl Unpin for Nep141TokenId
impl UnwindSafe for Nep141TokenId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.