pub struct ConfigUpdateAdminAuthority {
pub new_admin_authority: Pubkey,
}
Expand description
Instruction.
Fields
Trait Implementations
sourceimpl BorshDeserialize for ConfigUpdateAdminAuthority where
Pubkey: BorshDeserialize,
impl BorshDeserialize for ConfigUpdateAdminAuthority where
Pubkey: BorshDeserialize,
sourceimpl BorshSerialize for ConfigUpdateAdminAuthority where
Pubkey: BorshSerialize,
impl BorshSerialize for ConfigUpdateAdminAuthority where
Pubkey: BorshSerialize,
Auto Trait Implementations
impl RefUnwindSafe for ConfigUpdateAdminAuthority
impl Send for ConfigUpdateAdminAuthority
impl Sync for ConfigUpdateAdminAuthority
impl Unpin for ConfigUpdateAdminAuthority
impl UnwindSafe for ConfigUpdateAdminAuthority
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
pub default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more