pub struct Subscription {
Show 14 fields pub id: String, pub title: String, pub categories: Option<Vec<Category>>, pub website: Option<String>, pub updated: Option<u64>, pub subscribers: Option<u64>, pub velocity: Option<f32>, pub topics: Option<Vec<String>>, pub content_type: Option<String>, pub icon_url: Option<String>, pub partial: Option<bool>, pub sort_id: Option<String>, pub added: Option<u64>, pub visual_url: Option<String>,
}

Fields

id: Stringtitle: Stringcategories: Option<Vec<Category>>website: Option<String>updated: Option<u64>subscribers: Option<u64>velocity: Option<f32>topics: Option<Vec<String>>content_type: Option<String>icon_url: Option<String>partial: Option<bool>sort_id: Option<String>added: Option<u64>visual_url: Option<String>

Trait Implementations

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.