Struct solana_accountsdb_plugin_interface::accountsdb_plugin_interface::ReplicaBlockInfo [−][src]
pub struct ReplicaBlockInfo<'a> {
pub slot: u64,
pub blockhash: &'a str,
pub rewards: &'a [Reward],
pub block_time: Option<UnixTimestamp>,
pub block_height: Option<u64>,
}
Fields
slot: u64
blockhash: &'a str
rewards: &'a [Reward]
block_time: Option<UnixTimestamp>
block_height: Option<u64>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ReplicaBlockInfo<'a>
impl<'a> Send for ReplicaBlockInfo<'a>
impl<'a> Sync for ReplicaBlockInfo<'a>
impl<'a> Unpin for ReplicaBlockInfo<'a>
impl<'a> UnwindSafe for ReplicaBlockInfo<'a>
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more