Struct libpodstats::subscription::Subscription [] [src]

pub struct Subscription {
    pub url: String,
    pub original_url: String,
    pub name: String,
    pub directory: String,
    pub backlog_limit: u64,
    pub use_title_as_filename: bool,
    // some fields omitted
}

Fields

Methods

impl Subscription
[src]

Trait Implementations

impl Clone for Subscription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Subscription
[src]

Formats the value using the given formatter.

impl PartialEq for Subscription
[src]

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

This method tests for !=.

impl Display for Subscription
[src]

Formats the value using the given formatter. Read more