pub struct MakeImmutableParams {
pub mint: Pubkey,
pub current_update_authority: Pubkey,
}Expand description
Parameters for MakeImmutable instruction.
Fields§
§mint: PubkeyToken mint whose metadata is being made immutable
Current update authority (must sign)
Trait Implementations§
Source§impl Clone for MakeImmutableParams
impl Clone for MakeImmutableParams
Source§fn clone(&self) -> MakeImmutableParams
fn clone(&self) -> MakeImmutableParams
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 moreAuto Trait Implementations§
impl Freeze for MakeImmutableParams
impl RefUnwindSafe for MakeImmutableParams
impl Send for MakeImmutableParams
impl Sync for MakeImmutableParams
impl Unpin for MakeImmutableParams
impl UnwindSafe for MakeImmutableParams
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