pub struct EventObserverConfigOverrides {
pub ingestion_port: Option<u16>,
pub bitcoind_rpc_username: Option<String>,
pub bitcoind_rpc_password: Option<String>,
pub bitcoind_rpc_url: Option<String>,
pub bitcoind_zmq_url: Option<String>,
pub stacks_node_rpc_url: Option<String>,
pub display_logs: Option<bool>,
pub cache_path: Option<String>,
pub bitcoin_network: Option<String>,
pub stacks_network: Option<String>,
}Fields§
§ingestion_port: Option<u16>§bitcoind_rpc_username: Option<String>§bitcoind_rpc_password: Option<String>§bitcoind_rpc_url: Option<String>§bitcoind_zmq_url: Option<String>§stacks_node_rpc_url: Option<String>§display_logs: Option<bool>§cache_path: Option<String>§bitcoin_network: Option<String>§stacks_network: Option<String>Trait Implementations§
source§impl Clone for EventObserverConfigOverrides
impl Clone for EventObserverConfigOverrides
source§fn clone(&self) -> EventObserverConfigOverrides
fn clone(&self) -> EventObserverConfigOverrides
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 EventObserverConfigOverrides
impl Debug for EventObserverConfigOverrides
source§impl<'de> Deserialize<'de> for EventObserverConfigOverrides
impl<'de> Deserialize<'de> for EventObserverConfigOverrides
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
Auto Trait Implementations§
impl RefUnwindSafe for EventObserverConfigOverrides
impl Send for EventObserverConfigOverrides
impl Sync for EventObserverConfigOverrides
impl Unpin for EventObserverConfigOverrides
impl UnwindSafe for EventObserverConfigOverrides
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
§fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where A: Array<Item = T>,
Converts
self into a collection.