pub enum ConfigAccountType {
StakeConfig(UiStakeConfig),
ValidatorInfo(UiConfig<Value>),
}
Variants§
StakeConfig(UiStakeConfig)
ValidatorInfo(UiConfig<Value>)
Trait Implementations§
source§impl Debug for ConfigAccountType
impl Debug for ConfigAccountType
source§impl<'de> Deserialize<'de> for ConfigAccountType
impl<'de> Deserialize<'de> for ConfigAccountType
source§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
source§impl PartialEq<ConfigAccountType> for ConfigAccountType
impl PartialEq<ConfigAccountType> for ConfigAccountType
source§fn eq(&self, other: &ConfigAccountType) -> bool
fn eq(&self, other: &ConfigAccountType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.