Struct anchor_cli::config::_Validator
source · pub struct _Validator {Show 16 fields
pub account: Option<Vec<AccountEntry>>,
pub bind_address: Option<String>,
pub clone: Option<Vec<CloneEntry>>,
pub dynamic_port_range: Option<String>,
pub faucet_port: Option<u16>,
pub faucet_sol: Option<String>,
pub geyser_plugin_config: Option<String>,
pub gossip_host: Option<String>,
pub gossip_port: Option<u16>,
pub url: Option<String>,
pub ledger: Option<String>,
pub limit_ledger_size: Option<String>,
pub rpc_port: Option<u16>,
pub slots_per_epoch: Option<String>,
pub ticks_per_slot: Option<u16>,
pub warp_slot: Option<String>,
}Fields§
§account: Option<Vec<AccountEntry>>§bind_address: Option<String>§clone: Option<Vec<CloneEntry>>§dynamic_port_range: Option<String>§faucet_port: Option<u16>§faucet_sol: Option<String>§geyser_plugin_config: Option<String>§gossip_host: Option<String>§gossip_port: Option<u16>§url: Option<String>§ledger: Option<String>§limit_ledger_size: Option<String>§rpc_port: Option<u16>§slots_per_epoch: Option<String>§ticks_per_slot: Option<u16>§warp_slot: Option<String>Trait Implementations§
source§impl Clone for _Validator
impl Clone for _Validator
source§fn clone(&self) -> _Validator
fn clone(&self) -> _Validator
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 _Validator
impl Debug for _Validator
source§impl Default for _Validator
impl Default for _Validator
source§fn default() -> _Validator
fn default() -> _Validator
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for _Validator
impl<'de> Deserialize<'de> for _Validator
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 From<Validator> for _Validator
impl From<Validator> for _Validator
source§impl From<_Validator> for Validator
impl From<_Validator> for Validator
source§fn from(_validator: _Validator) -> Self
fn from(_validator: _Validator) -> Self
Converts to this type from the input type.