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
url: String
original_url: String
name: String
directory: String
backlog_limit: u64
use_title_as_filename: bool
Methods
impl Subscription[src]
fn new(url: &str, name: &str, directory: Option<&str>) -> Subscription
fn get_latest_entry_number(&self) -> u64
Trait Implementations
impl Clone for Subscription[src]
fn clone(&self) -> Subscription
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for Subscription[src]
impl PartialEq for Subscription[src]
fn eq(&self, __arg_0: &Subscription) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Subscription) -> bool
This method tests for !=.