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