Enum bitcoin_pool_identification::IdentificationMethod [−][src]
pub enum IdentificationMethod {
Address,
Tag,
}Variants
The Pool was identified via a known coinbase output address.
The Pool was identified via a known tag in the coinbase script sig.
Trait Implementations
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 IdentificationMethod
impl Send for IdentificationMethod
impl Sync for IdentificationMethod
impl Unpin for IdentificationMethod
impl UnwindSafe for IdentificationMethod
Blanket Implementations
Mutably borrows from an owned value. Read more