Struct unc_client_primitives::debug::ApprovalHistoryEntry
source · pub struct ApprovalHistoryEntry {
pub parent_height: BlockHeight,
pub target_height: BlockHeight,
pub approval_creation_time: DateTime<Utc>,
pub timer_started_ago_millis: u64,
pub expected_delay_millis: u64,
}Fields§
§parent_height: BlockHeight§target_height: BlockHeight§approval_creation_time: DateTime<Utc>§timer_started_ago_millis: u64§expected_delay_millis: u64Trait Implementations§
source§impl Clone for ApprovalHistoryEntry
impl Clone for ApprovalHistoryEntry
source§fn clone(&self) -> ApprovalHistoryEntry
fn clone(&self) -> ApprovalHistoryEntry
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 ApprovalHistoryEntry
impl Debug for ApprovalHistoryEntry
Auto Trait Implementations§
impl Freeze for ApprovalHistoryEntry
impl RefUnwindSafe for ApprovalHistoryEntry
impl Send for ApprovalHistoryEntry
impl Sync for ApprovalHistoryEntry
impl Unpin for ApprovalHistoryEntry
impl UnwindSafe for ApprovalHistoryEntry
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