Struct unc_primitives::views::BlockByChunksView
source · pub struct BlockByChunksView {
pub height: BlockHeight,
pub hash: CryptoHash,
pub block_status: String,
pub chunk_status: String,
}Fields§
§height: BlockHeight§hash: CryptoHash§block_status: String§chunk_status: StringTrait Implementations§
source§impl Debug for BlockByChunksView
impl Debug for BlockByChunksView
source§impl<'de> Deserialize<'de> for BlockByChunksView
impl<'de> Deserialize<'de> for BlockByChunksView
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 BlockByChunksView
impl RefUnwindSafe for BlockByChunksView
impl Send for BlockByChunksView
impl Sync for BlockByChunksView
impl Unpin for BlockByChunksView
impl UnwindSafe for BlockByChunksView
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