pub struct IcDailyStatsQuery {
pub start_unix_secs: u64,
pub end_unix_secs: u64,
}Expand description
IcDailyStatsQuery
One explicitly bounded official Dashboard daily-statistics query.
Fields§
§start_unix_secs: u64Inclusive query start as Unix seconds.
end_unix_secs: u64Inclusive query end as Unix seconds.
Implementations§
Trait Implementations§
Source§impl Clone for IcDailyStatsQuery
impl Clone for IcDailyStatsQuery
Source§fn clone(&self) -> IcDailyStatsQuery
fn clone(&self) -> IcDailyStatsQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IcDailyStatsQuery
impl Debug for IcDailyStatsQuery
impl Eq for IcDailyStatsQuery
Source§impl PartialEq for IcDailyStatsQuery
impl PartialEq for IcDailyStatsQuery
Source§impl Serialize for IcDailyStatsQuery
impl Serialize for IcDailyStatsQuery
impl StructuralPartialEq for IcDailyStatsQuery
Auto Trait Implementations§
impl Freeze for IcDailyStatsQuery
impl RefUnwindSafe for IcDailyStatsQuery
impl Send for IcDailyStatsQuery
impl Sync for IcDailyStatsQuery
impl Unpin for IcDailyStatsQuery
impl UnsafeUnpin for IcDailyStatsQuery
impl UnwindSafe for IcDailyStatsQuery
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