pub enum BlockExplorerType {
Bitcoind,
Esplora,
}
Expand description
The block explorer type
Variants§
Auto Trait Implementations§
impl Freeze for BlockExplorerType
impl RefUnwindSafe for BlockExplorerType
impl Send for BlockExplorerType
impl Sync for BlockExplorerType
impl Unpin for BlockExplorerType
impl UnwindSafe for BlockExplorerType
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