Struct bip_utracker::scrape::ScrapeStats [] [src]

pub struct ScrapeStats { /* fields omitted */ }

Status for a given InfoHash.

Methods

impl ScrapeStats
[src]

Create a new ScrapeStats.

Current number of seeders.

Number of times it has been downloaded.

Current number of leechers.

Trait Implementations

impl Copy for ScrapeStats
[src]

impl Clone for ScrapeStats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScrapeStats
[src]

Formats the value using the given formatter.

impl PartialEq for ScrapeStats
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ScrapeStats
[src]