pub struct Processor;
Implementations§
source§impl Processor
impl Processor
fn create_lookup_table( invoke_context: &mut InvokeContext<'_>, untrusted_recent_slot: Slot, bump_seed: u8 ) -> Result<(), InstructionError>
fn freeze_lookup_table( invoke_context: &mut InvokeContext<'_> ) -> Result<(), InstructionError>
fn extend_lookup_table( invoke_context: &mut InvokeContext<'_>, new_addresses: Vec<Pubkey> ) -> Result<(), InstructionError>
fn deactivate_lookup_table( invoke_context: &mut InvokeContext<'_> ) -> Result<(), InstructionError>
fn close_lookup_table( invoke_context: &mut InvokeContext<'_> ) -> Result<(), InstructionError>
Auto Trait Implementations§
impl RefUnwindSafe for Processor
impl Send for Processor
impl Sync for Processor
impl Unpin for Processor
impl UnwindSafe for Processor
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