pub struct AssertAccountDataMultiCpiAccounts<'a, 'b> {
pub target_account: &'b AccountInfo<'a>,
}Expand description
assert_account_data_multi CPI accounts.
Fields§
§target_account: &'b AccountInfo<'a>Target account to be asserted
Auto Trait Implementations§
impl<'a, 'b> Freeze for AssertAccountDataMultiCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for AssertAccountDataMultiCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for AssertAccountDataMultiCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for AssertAccountDataMultiCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for AssertAccountDataMultiCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for AssertAccountDataMultiCpiAccounts<'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