Struct solana_account_decoder::parse_config::UiConfigKey
source · pub struct UiConfigKey {
pub pubkey: String,
pub signer: bool,
}
Fields§
§pubkey: String
§signer: bool
Trait Implementations§
source§impl Debug for UiConfigKey
impl Debug for UiConfigKey
source§impl<'de> Deserialize<'de> for UiConfigKey
impl<'de> Deserialize<'de> for UiConfigKey
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<UiConfigKey> for UiConfigKey
impl PartialEq<UiConfigKey> for UiConfigKey
source§fn eq(&self, other: &UiConfigKey) -> bool
fn eq(&self, other: &UiConfigKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.