Enum solana_program::bpf_loader_upgradeable::UpgradeableLoaderState [−][src]
pub enum UpgradeableLoaderState {
Uninitialized,
Buffer {
authority_address: Option<Pubkey>,
},
Program {
programdata_address: Pubkey,
},
ProgramData {
slot: u64,
upgrade_authority_address: Option<Pubkey>,
},
}Expand description
Upgradeable loader account states
Variants
Account is not initialized.
A Buffer account.
Show 1 field
Fields of Buffer
Authority address
An Program account.
Show 1 field
Fields of Program
programdata_address: PubkeyAddress of the ProgramData account.
Show 2 fields
Fields of ProgramData
Implementations
Length of an buffer account’s data.
Offset into the ProgramData account’s data of the program bits.
Length of an executable account’s data.
Length of a ProgramData account’s data.
Offset into the ProgramData account’s data of the program bits.
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 UpgradeableLoaderStateimpl Send for UpgradeableLoaderStateimpl Sync for UpgradeableLoaderStateimpl Unpin for UpgradeableLoaderStateimpl UnwindSafe for UpgradeableLoaderStateBlanket 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
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V