pub enum ZeldNetwork {
Mainnet,
Testnet4,
Signet,
Regtest,
}Expand description
Bitcoin networks supported by the ZELD protocol.
Variants§
Trait Implementations§
Source§impl Clone for ZeldNetwork
impl Clone for ZeldNetwork
Source§fn clone(&self) -> ZeldNetwork
fn clone(&self) -> ZeldNetwork
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 ZeldNetwork
impl Debug for ZeldNetwork
Source§impl From<ZeldNetwork> for ZeldConfig
impl From<ZeldNetwork> for ZeldConfig
Source§fn from(network: ZeldNetwork) -> Self
fn from(network: ZeldNetwork) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ZeldNetwork
impl PartialEq for ZeldNetwork
impl Copy for ZeldNetwork
impl Eq for ZeldNetwork
impl StructuralPartialEq for ZeldNetwork
Auto Trait Implementations§
impl Freeze for ZeldNetwork
impl RefUnwindSafe for ZeldNetwork
impl Send for ZeldNetwork
impl Sync for ZeldNetwork
impl Unpin for ZeldNetwork
impl UnwindSafe for ZeldNetwork
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