pub struct DefaultArgs {
Show 50 fields pub bind_address: String, pub dynamic_port_range: String, pub ledger_path: String, pub genesis_archive_unpacked_size: String, pub health_check_slot_distance: String, pub tower_storage: String, pub etcd_domain_name: String, pub send_transaction_service_config: Config, pub rpc_max_multiple_accounts: String, pub rpc_pubsub_max_active_subscriptions: String, pub rpc_pubsub_queue_capacity_items: String, pub rpc_pubsub_queue_capacity_bytes: String, pub rpc_send_transaction_retry_ms: String, pub rpc_send_transaction_batch_ms: String, pub rpc_send_transaction_leader_forward_count: String, pub rpc_send_transaction_service_max_retries: String, pub rpc_send_transaction_batch_size: String, pub rpc_threads: String, pub rpc_niceness_adjustment: String, pub rpc_bigtable_timeout: String, pub rpc_bigtable_instance_name: String, pub rpc_bigtable_app_profile_id: String, pub rpc_max_request_body_size: String, pub rpc_pubsub_worker_threads: String, pub maximum_local_snapshot_age: String, pub maximum_full_snapshot_archives_to_retain: String, pub maximum_incremental_snapshot_archives_to_retain: String, pub snapshot_packager_niceness_adjustment: String, pub full_snapshot_archive_interval_slots: String, pub incremental_snapshot_archive_interval_slots: String, pub min_snapshot_download_speed: String, pub max_snapshot_download_abort: String, pub contact_debug_interval: String, pub accounts_hash_interval_slots: String, pub accounts_filler_count: String, pub accounts_filler_size: String, pub accountsdb_repl_threads: String, pub snapshot_version: SnapshotVersion, pub snapshot_archive_format: String, pub rocksdb_shred_compaction: String, pub rocksdb_ledger_compression: String, pub rocksdb_perf_sample_interval: String, pub accounts_shrink_optimize_total_space: String, pub accounts_shrink_ratio: String, pub tpu_connection_pool_size: String, pub exit_min_idle_time: String, pub exit_max_delinquent_stake: String, pub wait_for_restart_window_min_idle_time: String, pub wait_for_restart_window_max_delinquent_stake: String, pub banking_trace_dir_byte_limit: String,
}

Fields§

§bind_address: String§dynamic_port_range: String§ledger_path: String§genesis_archive_unpacked_size: String§health_check_slot_distance: String§tower_storage: String§etcd_domain_name: String§send_transaction_service_config: Config§rpc_max_multiple_accounts: String§rpc_pubsub_max_active_subscriptions: String§rpc_pubsub_queue_capacity_items: String§rpc_pubsub_queue_capacity_bytes: String§rpc_send_transaction_retry_ms: String§rpc_send_transaction_batch_ms: String§rpc_send_transaction_leader_forward_count: String§rpc_send_transaction_service_max_retries: String§rpc_send_transaction_batch_size: String§rpc_threads: String§rpc_niceness_adjustment: String§rpc_bigtable_timeout: String§rpc_bigtable_instance_name: String§rpc_bigtable_app_profile_id: String§rpc_max_request_body_size: String§rpc_pubsub_worker_threads: String§maximum_local_snapshot_age: String§maximum_full_snapshot_archives_to_retain: String§maximum_incremental_snapshot_archives_to_retain: String§snapshot_packager_niceness_adjustment: String§full_snapshot_archive_interval_slots: String§incremental_snapshot_archive_interval_slots: String§min_snapshot_download_speed: String§max_snapshot_download_abort: String§contact_debug_interval: String§accounts_hash_interval_slots: String§accounts_filler_count: String§accounts_filler_size: String§accountsdb_repl_threads: String§snapshot_version: SnapshotVersion§snapshot_archive_format: String§rocksdb_shred_compaction: String§rocksdb_ledger_compression: String§rocksdb_perf_sample_interval: String§accounts_shrink_optimize_total_space: String§accounts_shrink_ratio: String§tpu_connection_pool_size: String§exit_min_idle_time: String§exit_max_delinquent_stake: String§wait_for_restart_window_min_idle_time: String§wait_for_restart_window_max_delinquent_stake: String§banking_trace_dir_byte_limit: String

Implementations§

source§

impl DefaultArgs

source

pub fn new() -> Self

Trait Implementations§

source§

impl Default for DefaultArgs

source§

fn default() -> Self

Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

§

impl<T> AbiExample for T

§

default fn example() -> T

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( self, class: Class, constructed: bool, tag: u32 ) -> TaggedParser<'a, Implicit, Self, E>

source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> FutureExt for T

§

fn with_context(self, otel_cx: Context) -> WithContext<Self>

Attaches the provided Context to this type, returning a WithContext wrapper. Read more
§

fn with_current_context(self) -> WithContext<Self>

Attaches the current Context to this type, returning a WithContext wrapper. Read more
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> IntoRequest<T> for T

source§

fn into_request(self) -> Request<T>

Wrap the input message T in a tonic::Request
source§

impl<T> IntoRequest<T> for T

source§

fn into_request(self) -> Request<T>

Wrap the input message T in a tonic::Request
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T> TupleTree<T, ()> for T

§

const SIZE: Size = _

§

fn descendants(_indirect_level: usize) -> usize

§

fn height() -> usize

§

fn preorder(self, f: &mut impl FnMut(Visit<T>))

§

fn preorder_with_size_hint(self, f: &mut impl FnMut(Visit<T>, Size))

§

fn postorder(self, f: &mut impl FnMut(Visit<T>))

§

fn postorder_with_size_hint(self, f: &mut impl FnMut(Visit<T>, Size))

§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more