Enum solana_program::loader_instruction::LoaderInstruction [−][src]
Variants
Fields of Write
Finalize an account loaded with program data for execution
The exact preparation steps is loader specific but on success the loader must set the executable bit of the account.
Account references
- [WRITE, SIGNER] The account to prepare for execution
- [] Rent sysvar
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LoaderInstruction
impl Send for LoaderInstruction
impl Sync for LoaderInstruction
impl Unpin for LoaderInstruction
impl UnwindSafe for LoaderInstruction
Blanket Implementations
pub default fn visit_for_abi(
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
pub default fn visit_for_abi(
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
Mutably borrows from an owned value. Read more