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