pub struct OperatorSetAdmin {
pub operator: Pubkey,
pub old_admin: Pubkey,
pub new_admin: Pubkey,
}Expand description
Accounts.
Fields§
§operator: Pubkey§old_admin: Pubkey§new_admin: PubkeyImplementations§
Source§impl OperatorSetAdmin
impl OperatorSetAdmin
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for OperatorSetAdmin
impl RefUnwindSafe for OperatorSetAdmin
impl Send for OperatorSetAdmin
impl Sync for OperatorSetAdmin
impl Unpin for OperatorSetAdmin
impl UnsafeUnpin for OperatorSetAdmin
impl UnwindSafe for OperatorSetAdmin
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