Struct synapse_rpc::resource::File [] [src]

pub struct File {
    pub id: String,
    pub torrent_id: String,
    pub path: String,
    pub progress: f32,
    pub availability: f32,
    pub priority: u8,
    pub size: u64,
    pub user_data: Value,
}

Fields

Methods

impl File
[src]

[src]

Trait Implementations

impl Clone for File
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for File
[src]

[src]

Formats the value using the given formatter.

impl Default for File
[src]

[src]

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

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

[src]