Struct solana_client::rpc_config::RpcLeaderScheduleConfig
source · pub struct RpcLeaderScheduleConfig {
pub identity: Option<String>,
pub commitment: Option<CommitmentConfig>,
}
Fields§
§identity: Option<String>
§commitment: Option<CommitmentConfig>
Trait Implementations§
source§impl Clone for RpcLeaderScheduleConfig
impl Clone for RpcLeaderScheduleConfig
source§fn clone(&self) -> RpcLeaderScheduleConfig
fn clone(&self) -> RpcLeaderScheduleConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RpcLeaderScheduleConfig
impl Debug for RpcLeaderScheduleConfig
source§impl Default for RpcLeaderScheduleConfig
impl Default for RpcLeaderScheduleConfig
source§fn default() -> RpcLeaderScheduleConfig
fn default() -> RpcLeaderScheduleConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RpcLeaderScheduleConfig
impl<'de> Deserialize<'de> for RpcLeaderScheduleConfig
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<RpcLeaderScheduleConfig> for RpcLeaderScheduleConfig
impl PartialEq<RpcLeaderScheduleConfig> for RpcLeaderScheduleConfig
source§fn eq(&self, other: &RpcLeaderScheduleConfig) -> bool
fn eq(&self, other: &RpcLeaderScheduleConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.