pub struct SetProgramFeeCpiAccounts<'a, 'b> {
pub config: &'b AccountInfo<'a>,
pub admin: &'b AccountInfo<'a>,
}Expand description
set_program_fee CPI accounts.
Fields§
§config: &'b AccountInfo<'a>§admin: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> Freeze for SetProgramFeeCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for SetProgramFeeCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for SetProgramFeeCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for SetProgramFeeCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for SetProgramFeeCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for SetProgramFeeCpiAccounts<'a, 'b>
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