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