pub struct PoolSnapshot {
pub snapshot: SnapshotType,
pub epoch_no: u64,
pub nonce: Option<String>,
pub pool_stake: String,
pub active_stake: String,
}Fields§
§snapshot: SnapshotType§epoch_no: u64§nonce: Option<String>§pool_stake: String§active_stake: StringTrait Implementations§
Source§impl Clone for PoolSnapshot
impl Clone for PoolSnapshot
Source§fn clone(&self) -> PoolSnapshot
fn clone(&self) -> PoolSnapshot
Returns a copy 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 moreSource§impl Debug for PoolSnapshot
impl Debug for PoolSnapshot
Source§impl<'de> Deserialize<'de> for PoolSnapshot
impl<'de> Deserialize<'de> for PoolSnapshot
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 PoolSnapshot
impl RefUnwindSafe for PoolSnapshot
impl Send for PoolSnapshot
impl Sync for PoolSnapshot
impl Unpin for PoolSnapshot
impl UnwindSafe for PoolSnapshot
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