Struct bitcoin_pool_identification::Pool
source · pub struct Pool {
pub name: String,
pub link: Option<String>,
pub identification_method: IdentificationMethod,
}Expand description
Models a mining pool with a name and optionally a link to the pool website.
Fields§
§name: StringName of the mining pool.
link: Option<String>Optional link to the mining pools website.
identification_method: IdentificationMethodThe method the pool was identified with.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Pool
impl<'de> Deserialize<'de> for Pool
source§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