pub struct CCAssetSubreddit {
pub url: Option<String>,
pub name: Option<String>,
pub current_active_users: Option<i32>,
pub average_posts_per_day: Option<f32>,
pub average_posts_per_hour: Option<f32>,
pub average_comments_per_day: Option<f32>,
pub average_comments_per_hour: Option<f32>,
pub subscribers: Option<i32>,
}
Fields§
§url: Option<String>
§name: Option<String>
§current_active_users: Option<i32>
§average_posts_per_day: Option<f32>
§average_posts_per_hour: Option<f32>
§average_comments_per_day: Option<f32>
§average_comments_per_hour: Option<f32>
§subscribers: Option<i32>
Trait Implementations§
source§impl Debug for CCAssetSubreddit
impl Debug for CCAssetSubreddit
source§impl<'de> Deserialize<'de> for CCAssetSubreddit
impl<'de> Deserialize<'de> for CCAssetSubreddit
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CCAssetSubreddit
impl RefUnwindSafe for CCAssetSubreddit
impl Send for CCAssetSubreddit
impl Sync for CCAssetSubreddit
impl Unpin for CCAssetSubreddit
impl UnwindSafe for CCAssetSubreddit
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more