pub struct DifficultyEntry {
pub time: u64,
pub height: u64,
pub difficulty: f64,
pub adjustment: f64,
}Fields§
§time: u64§height: u64§difficulty: f64§adjustment: f64Trait Implementations§
Source§impl Debug for DifficultyEntry
impl Debug for DifficultyEntry
Source§impl<'de> Deserialize<'de> for DifficultyEntry
impl<'de> Deserialize<'de> for DifficultyEntry
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
Auto Trait Implementations§
impl Freeze for DifficultyEntry
impl RefUnwindSafe for DifficultyEntry
impl Send for DifficultyEntry
impl Sync for DifficultyEntry
impl Unpin for DifficultyEntry
impl UnwindSafe for DifficultyEntry
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