[−][src]Enum solana_program::loader_instruction::LoaderInstruction
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
impl Clone for LoaderInstruction
[src][+]
impl Debug for LoaderInstruction
[src][+]
impl<'de> Deserialize<'de> for LoaderInstruction
[src][+]
impl Eq for LoaderInstruction
[src]
impl PartialEq<LoaderInstruction> for LoaderInstruction
[src][+]
impl Serialize for LoaderInstruction
[src][+]
impl StructuralEq for LoaderInstruction
[src]
impl StructuralPartialEq for LoaderInstruction
[src]
Auto Trait Implementations
impl RefUnwindSafe for LoaderInstruction
[src]
impl Send for LoaderInstruction
[src]
impl Sync for LoaderInstruction
[src]
impl Unpin for LoaderInstruction
[src]
impl UnwindSafe for LoaderInstruction
[src]
Blanket Implementations
impl<T> AbiEnumVisitor for T where
T: AbiExample + Serialize + ?Sized,
[src][+]
T: AbiExample + Serialize + ?Sized,
impl<T> AbiEnumVisitor for T where
T: Serialize + ?Sized,
[src][+]
T: Serialize + ?Sized,
impl<T> AbiExample for T
[src][+]
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,