Struct unc_client_primitives::debug::DebugBlockStatusData
source · pub struct DebugBlockStatusData {
pub blocks: Vec<DebugBlockStatus>,
pub missed_heights: Vec<MissedHeightInfo>,
pub head: CryptoHash,
pub header_head: CryptoHash,
}Fields§
§blocks: Vec<DebugBlockStatus>§missed_heights: Vec<MissedHeightInfo>§head: CryptoHash§header_head: CryptoHashTrait Implementations§
source§impl Debug for DebugBlockStatusData
impl Debug for DebugBlockStatusData
source§impl<'de> Deserialize<'de> for DebugBlockStatusData
impl<'de> Deserialize<'de> for DebugBlockStatusData
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 DebugBlockStatusData
impl RefUnwindSafe for DebugBlockStatusData
impl Send for DebugBlockStatusData
impl Sync for DebugBlockStatusData
impl Unpin for DebugBlockStatusData
impl UnwindSafe for DebugBlockStatusData
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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