pub struct IntegerNonFungibleLocalId(/* private fields */);
Expand description
Unsigned integers, up to u64.
Implementations§
Trait Implementations§
Source§impl Clone for IntegerNonFungibleLocalId
impl Clone for IntegerNonFungibleLocalId
Source§fn clone(&self) -> IntegerNonFungibleLocalId
fn clone(&self) -> IntegerNonFungibleLocalId
Returns a duplicate 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 From<IntegerNonFungibleLocalId> for NonFungibleLocalId
impl From<IntegerNonFungibleLocalId> for NonFungibleLocalId
Source§fn from(value: IntegerNonFungibleLocalId) -> NonFungibleLocalId
fn from(value: IntegerNonFungibleLocalId) -> NonFungibleLocalId
Converts to this type from the input type.
Source§impl From<u64> for IntegerNonFungibleLocalId
impl From<u64> for IntegerNonFungibleLocalId
Source§fn from(value: u64) -> IntegerNonFungibleLocalId
fn from(value: u64) -> IntegerNonFungibleLocalId
Converts to this type from the input type.
Source§impl Hash for IntegerNonFungibleLocalId
impl Hash for IntegerNonFungibleLocalId
Source§impl IsNonFungibleLocalId for IntegerNonFungibleLocalId
impl IsNonFungibleLocalId for IntegerNonFungibleLocalId
fn id_type() -> NonFungibleIdType
Source§impl Ord for IntegerNonFungibleLocalId
impl Ord for IntegerNonFungibleLocalId
Source§fn cmp(&self, other: &IntegerNonFungibleLocalId) -> Ordering
fn cmp(&self, other: &IntegerNonFungibleLocalId) -> 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 PartialOrd for IntegerNonFungibleLocalId
impl PartialOrd for IntegerNonFungibleLocalId
impl Eq for IntegerNonFungibleLocalId
impl IsNonAutoGeneratedNonFungibleLocalId for IntegerNonFungibleLocalId
impl StructuralPartialEq for IntegerNonFungibleLocalId
Auto Trait Implementations§
impl Freeze for IntegerNonFungibleLocalId
impl RefUnwindSafe for IntegerNonFungibleLocalId
impl Send for IntegerNonFungibleLocalId
impl Sync for IntegerNonFungibleLocalId
impl Unpin for IntegerNonFungibleLocalId
impl UnwindSafe for IntegerNonFungibleLocalId
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,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<T, U> ContextualTryInto<U> for Twhere
U: ContextualTryFrom<T>,
impl<T, U> ContextualTryInto<U> for Twhere
U: ContextualTryFrom<T>,
type Error = <U as ContextualTryFrom<T>>::Error
type Context = <U as ContextualTryFrom<T>>::Context
fn contextual_try_into( self, context: &<U as ContextualTryFrom<T>>::Context, ) -> Result<U, <U as ContextualTryFrom<T>>::Error>
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.