pub struct FeedStatistics {
pub amount_of_feeds: i64,
pub amount_of_notification_day: i64,
pub amount_of_notification_week: i64,
pub amount_of_notification_month: i64,
}Fields§
§amount_of_feeds: i64§amount_of_notification_day: i64§amount_of_notification_week: i64§amount_of_notification_month: i64Implementations§
Trait Implementations§
Source§impl Clone for FeedStatistics
impl Clone for FeedStatistics
Source§fn clone(&self) -> FeedStatistics
fn clone(&self) -> FeedStatistics
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FeedStatistics
impl Debug for FeedStatistics
Source§impl Default for FeedStatistics
impl Default for FeedStatistics
Source§fn default() -> FeedStatistics
fn default() -> FeedStatistics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FeedStatistics
impl<'de> Deserialize<'de> for FeedStatistics
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
Source§impl PartialEq for FeedStatistics
impl PartialEq for FeedStatistics
Source§impl Serialize for FeedStatistics
impl Serialize for FeedStatistics
impl StructuralPartialEq for FeedStatistics
Auto Trait Implementations§
impl Freeze for FeedStatistics
impl RefUnwindSafe for FeedStatistics
impl Send for FeedStatistics
impl Sync for FeedStatistics
impl Unpin for FeedStatistics
impl UnwindSafe for FeedStatistics
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