pub struct EntryInfo {
pub slot: Slot,
pub entry_index: u64,
pub starting_txn_index: u64,
pub entry_hash: Hash,
pub executed_txn_count: u64,
}Fields§
§slot: Slot§entry_index: u64§starting_txn_index: u64§entry_hash: Hash§executed_txn_count: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for EntryInfo
impl<'de> Deserialize<'de> for EntryInfo
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
Source§impl From<EntryEvInfo> for EntryInfo
impl From<EntryEvInfo> for EntryInfo
Source§fn from(value: EntryEvInfo) -> Self
fn from(value: EntryEvInfo) -> Self
Converts to this type from the input type.
Source§impl From<EntryInfo> for BlockReplayEvent
impl From<EntryInfo> for BlockReplayEvent
impl StructuralPartialEq for EntryInfo
Auto Trait Implementations§
impl Freeze for EntryInfo
impl RefUnwindSafe for EntryInfo
impl Send for EntryInfo
impl Sync for EntryInfo
impl Unpin for EntryInfo
impl UnsafeUnpin for EntryInfo
impl UnwindSafe for EntryInfo
Blanket Implementations§
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