Struct safe_token_2022::extension::non_transferable::NonTransferable
source · [−]#[repr(transparent)]pub struct NonTransferable;
Expand description
Indicates that the tokens from this mint can’t be transfered
Trait Implementations
sourceimpl Clone for NonTransferable
impl Clone for NonTransferable
sourcefn clone(&self) -> NonTransferable
fn clone(&self) -> NonTransferable
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NonTransferable
impl Debug for NonTransferable
sourceimpl Default for NonTransferable
impl Default for NonTransferable
sourcefn default() -> NonTransferable
fn default() -> NonTransferable
Returns the “default value” for a type. Read more
sourceimpl Extension for NonTransferable
impl Extension for NonTransferable
sourceconst TYPE: ExtensionType = ExtensionType::NonTransferable
const TYPE: ExtensionType = ExtensionType::NonTransferable
Associated extension type enum, checked at the start of TLV entries
sourceimpl PartialEq<NonTransferable> for NonTransferable
impl PartialEq<NonTransferable> for NonTransferable
sourcefn eq(&self, other: &NonTransferable) -> bool
fn eq(&self, other: &NonTransferable) -> bool
impl Copy for NonTransferable
impl Pod for NonTransferable
impl StructuralPartialEq for NonTransferable
Auto Trait Implementations
impl RefUnwindSafe for NonTransferable
impl Send for NonTransferable
impl Sync for NonTransferable
impl Unpin for NonTransferable
impl UnwindSafe for NonTransferable
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
type Bits = T
type Bits = T
Self
must have the same layout as the specified Bits
except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern
. Read more