pub enum ParsableProgram {
SplAssociatedTokenAccount,
SplMemo,
SplToken,
BpfLoader,
BpfUpgradeableLoader,
Stake,
System,
Vote,
}
Variants
SplAssociatedTokenAccount
SplMemo
SplToken
BpfLoader
BpfUpgradeableLoader
Stake
System
Vote
Trait Implementations
sourceimpl Debug for ParsableProgram
impl Debug for ParsableProgram
sourceimpl<'de> Deserialize<'de> for ParsableProgram
impl<'de> Deserialize<'de> for ParsableProgram
sourcefn 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
sourceimpl PartialEq<ParsableProgram> for ParsableProgram
impl PartialEq<ParsableProgram> for ParsableProgram
sourcefn eq(&self, other: &ParsableProgram) -> bool
fn eq(&self, other: &ParsableProgram) -> bool
sourceimpl Serialize for ParsableProgram
impl Serialize for ParsableProgram
impl StructuralPartialEq for ParsableProgram
Auto Trait Implementations
impl RefUnwindSafe for ParsableProgram
impl Send for ParsableProgram
impl Sync for ParsableProgram
impl Unpin for ParsableProgram
impl UnwindSafe for ParsableProgram
Blanket Implementations
impl<T> AbiEnumVisitor for Twhere
T: Serialize + ?Sized,
impl<T> AbiEnumVisitor for Twhere
T: Serialize + ?Sized,
default fn visit_for_abi(
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
impl<T> AbiEnumVisitor for Twhere
T: Serialize + AbiExample + ?Sized,
impl<T> AbiEnumVisitor for Twhere
T: Serialize + AbiExample + ?Sized,
default fn visit_for_abi(
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more