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

pub struct ScrapeStats { /* fields omitted */ }

Status for a given InfoHash.

Methods

impl ScrapeStats
[src]

[src]

Create a new ScrapeStats.

[src]

Current number of seeders.

[src]

Number of times it has been downloaded.

[src]

Current number of leechers.

Trait Implementations

impl Copy for ScrapeStats
[src]

impl Clone for ScrapeStats
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ScrapeStats
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ScrapeStats
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for ScrapeStats
[src]