Struct spl_token_2022::extension::immutable_owner::ImmutableOwner
source · [−]#[repr(transparent)]pub struct ImmutableOwner;
Expand description
Indicates that the Account owner authority cannot be changed
Trait Implementations
sourceimpl Clone for ImmutableOwner
impl Clone for ImmutableOwner
sourcefn clone(&self) -> ImmutableOwner
fn clone(&self) -> ImmutableOwner
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ImmutableOwner
impl Debug for ImmutableOwner
sourceimpl Default for ImmutableOwner
impl Default for ImmutableOwner
sourcefn default() -> ImmutableOwner
fn default() -> ImmutableOwner
Returns the “default value” for a type. Read more
sourceimpl Extension for ImmutableOwner
impl Extension for ImmutableOwner
sourceconst TYPE: ExtensionType
const TYPE: ExtensionType
Associated extension type enum, checked at the start of TLV entries
sourceimpl PartialEq<ImmutableOwner> for ImmutableOwner
impl PartialEq<ImmutableOwner> for ImmutableOwner
impl Copy for ImmutableOwner
impl Pod for ImmutableOwner
impl StructuralPartialEq for ImmutableOwner
Auto Trait Implementations
impl RefUnwindSafe for ImmutableOwner
impl Send for ImmutableOwner
impl Sync for ImmutableOwner
impl Unpin for ImmutableOwner
impl UnwindSafe for ImmutableOwner
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more