pub struct SuspendSplStrategy {
pub main: Pubkey,
pub admin: Pubkey,
pub system_program: Pubkey,
pub strategy: Pubkey,
pub admin_permissions: Pubkey,
}Expand description
Accounts.
Fields§
§main: Pubkey§admin: Pubkey§system_program: Pubkey§strategy: Pubkey§admin_permissions: PubkeyImplementations§
Source§impl SuspendSplStrategy
impl SuspendSplStrategy
pub fn instruction( &self, args: SuspendSplStrategyInstructionArgs, ) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: SuspendSplStrategyInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SuspendSplStrategy
impl RefUnwindSafe for SuspendSplStrategy
impl Send for SuspendSplStrategy
impl Sync for SuspendSplStrategy
impl Unpin for SuspendSplStrategy
impl UnsafeUnpin for SuspendSplStrategy
impl UnwindSafe for SuspendSplStrategy
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