pub struct RpcBlockProductionRange {
pub first_slot: Slot,
pub last_slot: Slot,
}
Fields§
§first_slot: Slot
§last_slot: Slot
Trait Implementations§
source§impl Clone for RpcBlockProductionRange
impl Clone for RpcBlockProductionRange
source§fn clone(&self) -> RpcBlockProductionRange
fn clone(&self) -> RpcBlockProductionRange
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 RpcBlockProductionRange
impl Debug for RpcBlockProductionRange
source§impl Default for RpcBlockProductionRange
impl Default for RpcBlockProductionRange
source§fn default() -> RpcBlockProductionRange
fn default() -> RpcBlockProductionRange
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RpcBlockProductionRange
impl<'de> Deserialize<'de> for RpcBlockProductionRange
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 PartialEq<RpcBlockProductionRange> for RpcBlockProductionRange
impl PartialEq<RpcBlockProductionRange> for RpcBlockProductionRange
source§fn eq(&self, other: &RpcBlockProductionRange) -> bool
fn eq(&self, other: &RpcBlockProductionRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.