pub struct CollectCpiAccounts<'a, 'b> {
pub recipient1: &'b AccountInfo<'a>,
pub recipient2: &'b AccountInfo<'a>,
}Expand description
collect CPI accounts.
Fields§
§recipient1: &'b AccountInfo<'a>The address of the recipient 1
recipient2: &'b AccountInfo<'a>The address of the recipient 2
Auto Trait Implementations§
impl<'a, 'b> !RefUnwindSafe for CollectCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for CollectCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for CollectCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for CollectCpiAccounts<'a, 'b>
impl<'a, 'b> Freeze for CollectCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for CollectCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for CollectCpiAccounts<'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