Struct solana_cli::cli::CliConfig [−][src]
Fields
command: CliCommand
json_rpc_url: String
websocket_url: String
signers: Vec<&'a dyn Signer>
keypair_path: String
rpc_client: Option<RpcClient>
rpc_timeout: Duration
verbose: bool
output_format: OutputFormat
commitment: CommitmentConfig
send_transaction_config: RpcSendTransactionConfig
address_labels: HashMap<String, String>
Implementations
impl CliConfig<'_>
[src]
pub fn compute_websocket_url_setting(
websocket_cmd_url: &str,
websocket_cfg_url: &str,
json_rpc_cmd_url: &str,
json_rpc_cfg_url: &str
) -> (SettingType, String)
[src]
websocket_cmd_url: &str,
websocket_cfg_url: &str,
json_rpc_cmd_url: &str,
json_rpc_cfg_url: &str
) -> (SettingType, String)
pub fn compute_json_rpc_url_setting(
json_rpc_cmd_url: &str,
json_rpc_cfg_url: &str
) -> (SettingType, String)
[src]
json_rpc_cmd_url: &str,
json_rpc_cfg_url: &str
) -> (SettingType, String)
pub fn compute_keypair_path_setting(
keypair_cmd_path: &str,
keypair_cfg_path: &str
) -> (SettingType, String)
[src]
keypair_cmd_path: &str,
keypair_cfg_path: &str
) -> (SettingType, String)
pub fn compute_commitment_config(
commitment_cmd: &str,
commitment_cfg: &str
) -> (SettingType, CommitmentConfig)
[src]
commitment_cmd: &str,
commitment_cfg: &str
) -> (SettingType, CommitmentConfig)
pub fn recent_for_tests() -> Self
[src]
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for CliConfig<'a>
impl<'a> !Send for CliConfig<'a>
impl<'a> !Sync for CliConfig<'a>
impl<'a> Unpin for CliConfig<'a>
impl<'a> !UnwindSafe for CliConfig<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Pointable for T
[src]
pub const ALIGN: usize
[src]
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
[src]
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
[src]
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
[src]
pub unsafe fn drop(ptr: usize)
[src]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Typeable for T where
T: Any,
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,
impl<T> WithSubscriber for T
[src]
pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,