pub struct VerifyCpiAccounts<'a, 'b> {
pub mint: &'b AccountInfo<'a>,
pub verification_config: &'b AccountInfo<'a>,
pub instructions_sysvar: &'b AccountInfo<'a>,
}Expand description
verify CPI accounts.
Fields§
§mint: &'b AccountInfo<'a>§verification_config: &'b AccountInfo<'a>§instructions_sysvar: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> Freeze for VerifyCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for VerifyCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for VerifyCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for VerifyCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for VerifyCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for VerifyCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for VerifyCpiAccounts<'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