Struct human_program::SetAdminInstruction
source · #[repr(C)]pub struct SetAdminInstruction {
pub admin: Pubkey,
}
Fields§
§admin: Pubkey
Trait Implementations§
source§impl BorshDeserialize for SetAdminInstructionwhere
Pubkey: BorshDeserialize,
impl BorshDeserialize for SetAdminInstructionwhere Pubkey: BorshDeserialize,
source§impl BorshSerialize for SetAdminInstructionwhere
Pubkey: BorshSerialize,
impl BorshSerialize for SetAdminInstructionwhere Pubkey: BorshSerialize,
Auto Trait Implementations§
impl RefUnwindSafe for SetAdminInstruction
impl Send for SetAdminInstruction
impl Sync for SetAdminInstruction
impl Unpin for SetAdminInstruction
impl UnwindSafe for SetAdminInstruction
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