Struct synapse_session::torrent::ver_fa1b6f::Status [] [src]

pub struct Status {
    pub paused: bool,
    pub validating: bool,
    pub error: Option<String>,
    pub state: StatusState,
}

Fields

Trait Implementations

impl Clone for Status
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Status
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Status

impl Sync for Status