pub struct EsploraConfig {
pub url: String,
pub parallel_requests: usize,
}Expand description
Configuration for connecting to Esplora
Fields§
§url: StringURL of the Esplora server endpoint
parallel_requests: usizeNumber of parallel requests to use during sync
Trait Implementations§
Source§impl Clone for EsploraConfig
impl Clone for EsploraConfig
Source§fn clone(&self) -> EsploraConfig
fn clone(&self) -> EsploraConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EsploraConfig
impl RefUnwindSafe for EsploraConfig
impl Send for EsploraConfig
impl Sync for EsploraConfig
impl Unpin for EsploraConfig
impl UnsafeUnpin for EsploraConfig
impl UnwindSafe for EsploraConfig
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