Struct bitcoin_pool_identification::Pool [−][src]
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
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 Pool
impl UnwindSafe for Pool
Blanket Implementations
Mutably borrows from an owned value. Read more