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