Struct chia_node::fullnode::BlockchainState [−][src]
pub struct BlockchainState {
pub difficulty: u16,
pub genesis_challenge_initialized: bool,
pub mempool_size: u8,
pub peak: BlockchainStatePeak,
pub space: f64,
pub sub_slot_iters: u32,
pub sync: BlockchainStateSync,
}Fields
difficulty: u16genesis_challenge_initialized: boolmempool_size: u8peak: BlockchainStatePeakspace: f64sub_slot_iters: u32sync: BlockchainStateSyncTrait Implementations
impl Debug for BlockchainState[src]
impl Debug for BlockchainState[src]impl<'de> Deserialize<'de> for BlockchainState[src]
impl<'de> Deserialize<'de> for BlockchainState[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for BlockchainState
impl Send for BlockchainState
impl Sync for BlockchainState
impl Unpin for BlockchainState
impl UnwindSafe for BlockchainState
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,