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