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