pub struct IcNodeProviderRewardHistoryObservation {
pub timestamp_unix_secs: u64,
pub amount_e8s: u64,
}Expand description
IcNodeProviderRewardHistoryObservation
One aggregate reward amount returned by the Dashboard history endpoint.
Fields§
§timestamp_unix_secs: u64Observation timestamp as Unix seconds.
amount_e8s: u64Aggregate node-provider reward amount in raw ICP e8s.
Trait Implementations§
Source§impl Clone for IcNodeProviderRewardHistoryObservation
impl Clone for IcNodeProviderRewardHistoryObservation
Source§fn clone(&self) -> IcNodeProviderRewardHistoryObservation
fn clone(&self) -> IcNodeProviderRewardHistoryObservation
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 IcNodeProviderRewardHistoryObservation
impl StructuralPartialEq for IcNodeProviderRewardHistoryObservation
Auto Trait Implementations§
impl Freeze for IcNodeProviderRewardHistoryObservation
impl RefUnwindSafe for IcNodeProviderRewardHistoryObservation
impl Send for IcNodeProviderRewardHistoryObservation
impl Sync for IcNodeProviderRewardHistoryObservation
impl Unpin for IcNodeProviderRewardHistoryObservation
impl UnsafeUnpin for IcNodeProviderRewardHistoryObservation
impl UnwindSafe for IcNodeProviderRewardHistoryObservation
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