pub struct EmissionRate {
pub minor_units_per_validator_emission: u64,
pub block_quota: NonZeroU64,
}Fields§
§minor_units_per_validator_emission: u64§block_quota: NonZeroU64Trait Implementations§
Source§impl Clone for EmissionRate
impl Clone for EmissionRate
Source§fn clone(&self) -> EmissionRate
fn clone(&self) -> EmissionRate
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 moreAuto Trait Implementations§
impl Freeze for EmissionRate
impl RefUnwindSafe for EmissionRate
impl Send for EmissionRate
impl Sync for EmissionRate
impl Unpin for EmissionRate
impl UnwindSafe for EmissionRate
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