pub struct CCPConfig {
pub rpc_endpoint: RpcEndpoint,
pub prometheus_endpoint: Option<PrometheusEndpoint>,
pub optimizations: Optimizations,
pub logs: Logs,
pub workers: Workers,
pub tokio: Tokio,
pub state_dir: PathBuf,
}Fields§
§rpc_endpoint: RpcEndpoint§prometheus_endpoint: Option<PrometheusEndpoint>§optimizations: Optimizations§logs: Logs§workers: Workers§tokio: Tokio§state_dir: PathBufTrait Implementations§
impl StructuralPartialEq for CCPConfig
Auto Trait Implementations§
impl Freeze for CCPConfig
impl RefUnwindSafe for CCPConfig
impl Send for CCPConfig
impl Sync for CCPConfig
impl Unpin for CCPConfig
impl UnwindSafe for CCPConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more