Struct mpl_token_auth_rules::processor::Processor
source · pub struct Processor;Expand description
The generic processor struct.
Implementations§
source§impl Processor
impl Processor
sourcepub fn process_instruction<'a>(
program_id: &Pubkey,
accounts: &'a [AccountInfo<'a>],
instruction_data: &[u8]
) -> ProgramResult
pub fn process_instruction<'a>( program_id: &Pubkey, accounts: &'a [AccountInfo<'a>], instruction_data: &[u8] ) -> ProgramResult
The main entrypoint for the Rule Set program that matches on the instruction type and args
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