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