pub enum ShieldProgramIx {
CreatePolicy(CreatePolicy, CreatePolicyInstructionArgs),
AddIdentity(AddIdentity, AddIdentityInstructionArgs),
RemoveIdentity(RemoveIdentity, RemoveIdentityInstructionArgs),
}Expand description
Shield Instructions
Variants§
CreatePolicy(CreatePolicy, CreatePolicyInstructionArgs)
AddIdentity(AddIdentity, AddIdentityInstructionArgs)
RemoveIdentity(RemoveIdentity, RemoveIdentityInstructionArgs)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShieldProgramIx
impl RefUnwindSafe for ShieldProgramIx
impl Send for ShieldProgramIx
impl Sync for ShieldProgramIx
impl Unpin for ShieldProgramIx
impl UnwindSafe for ShieldProgramIx
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