Struct unc_client_primitives::debug::MissedHeightInfo
source · pub struct MissedHeightInfo {
pub block_height: u64,
pub block_producer: Option<AccountId>,
}Fields§
§block_height: u64§block_producer: Option<AccountId>Trait Implementations§
source§impl Debug for MissedHeightInfo
impl Debug for MissedHeightInfo
source§impl<'de> Deserialize<'de> for MissedHeightInfo
impl<'de> Deserialize<'de> for MissedHeightInfo
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 MissedHeightInfo
impl RefUnwindSafe for MissedHeightInfo
impl Send for MissedHeightInfo
impl Sync for MissedHeightInfo
impl Unpin for MissedHeightInfo
impl UnwindSafe for MissedHeightInfo
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