pub struct IcNodeProviderRewardHistoryQuery {
pub start_unix_secs: u64,
pub end_unix_secs: u64,
pub step_secs: u32,
}Expand description
IcNodeProviderRewardHistoryQuery
One explicitly bounded official Dashboard node-provider reward history query.
Fields§
§start_unix_secs: u64Inclusive history start as Unix seconds.
end_unix_secs: u64Inclusive history end as Unix seconds.
step_secs: u32Requested observation interval in seconds.
Implementations§
Trait Implementations§
Source§impl Clone for IcNodeProviderRewardHistoryQuery
impl Clone for IcNodeProviderRewardHistoryQuery
Source§fn clone(&self) -> IcNodeProviderRewardHistoryQuery
fn clone(&self) -> IcNodeProviderRewardHistoryQuery
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 moreimpl Eq for IcNodeProviderRewardHistoryQuery
impl StructuralPartialEq for IcNodeProviderRewardHistoryQuery
Auto Trait Implementations§
impl Freeze for IcNodeProviderRewardHistoryQuery
impl RefUnwindSafe for IcNodeProviderRewardHistoryQuery
impl Send for IcNodeProviderRewardHistoryQuery
impl Sync for IcNodeProviderRewardHistoryQuery
impl Unpin for IcNodeProviderRewardHistoryQuery
impl UnsafeUnpin for IcNodeProviderRewardHistoryQuery
impl UnwindSafe for IcNodeProviderRewardHistoryQuery
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