pub struct ElectrsConfig { /* private fields */ }Expand description
Electrs configuration.
Implementations§
Trait Implementations§
Source§impl Clone for ElectrsConfig
impl Clone for ElectrsConfig
Source§fn clone(&self) -> ElectrsConfig
fn clone(&self) -> ElectrsConfig
Returns a duplicate 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 ElectrsConfig
impl Debug for ElectrsConfig
Source§impl PartialEq for ElectrsConfig
impl PartialEq for ElectrsConfig
impl StructuralPartialEq for ElectrsConfig
Auto Trait Implementations§
impl Freeze for ElectrsConfig
impl RefUnwindSafe for ElectrsConfig
impl Send for ElectrsConfig
impl Sync for ElectrsConfig
impl Unpin for ElectrsConfig
impl UnwindSafe for ElectrsConfig
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