Struct synapse_rpc::resource::Tracker [] [src]

pub struct Tracker {
    pub id: String,
    pub torrent_id: String,
    pub url: Url,
    pub last_report: DateTime<Utc>,
    pub error: Option<String>,
    pub user_data: Value,
}

Fields

Methods

impl Tracker
[src]

[src]

Trait Implementations

impl Clone for Tracker
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Tracker
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Tracker
[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 Queryable for Tracker
[src]

[src]

impl Default for Tracker
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Tracker

impl Sync for Tracker