pub struct Epoch;
Trait Implementations§
Source§impl HasField<__typename> for Epoch
impl HasField<__typename> for Epoch
Source§impl HasField<checkpoints> for Epoch
impl HasField<checkpoints> for Epoch
Source§type Type = CheckpointConnection
type Type = CheckpointConnection
The schema marker type of this field.
Source§impl HasField<endTimestamp> for Epoch
impl HasField<endTimestamp> for Epoch
Source§impl HasField<fundInflow> for Epoch
impl HasField<fundInflow> for Epoch
Source§impl HasField<fundOutflow> for Epoch
impl HasField<fundOutflow> for Epoch
Source§impl HasField<liveObjectSetDigest> for Epoch
impl HasField<liveObjectSetDigest> for Epoch
Source§impl HasField<protocolConfigs> for Epoch
impl HasField<protocolConfigs> for Epoch
Source§type Type = ProtocolConfigs
type Type = ProtocolConfigs
The schema marker type of this field.
Source§impl HasField<referenceGasPrice> for Epoch
impl HasField<referenceGasPrice> for Epoch
Source§impl HasField<startTimestamp> for Epoch
impl HasField<startTimestamp> for Epoch
Source§impl HasField<storageFund> for Epoch
impl HasField<storageFund> for Epoch
Source§type Type = Option<StorageFund>
type Type = Option<StorageFund>
The schema marker type of this field.
Source§impl HasField<systemParameters> for Epoch
impl HasField<systemParameters> for Epoch
Source§type Type = Option<SystemParameters>
type Type = Option<SystemParameters>
The schema marker type of this field.
Source§impl HasField<systemStakeSubsidy> for Epoch
impl HasField<systemStakeSubsidy> for Epoch
Source§type Type = Option<StakeSubsidy>
type Type = Option<StakeSubsidy>
The schema marker type of this field.
Source§impl HasField<systemStateVersion> for Epoch
impl HasField<systemStateVersion> for Epoch
Source§impl HasField<totalCheckpoints> for Epoch
impl HasField<totalCheckpoints> for Epoch
Source§impl HasField<totalGasFees> for Epoch
impl HasField<totalGasFees> for Epoch
Source§impl HasField<totalStakeRewards> for Epoch
impl HasField<totalStakeRewards> for Epoch
Source§impl HasField<totalStakeSubsidies> for Epoch
impl HasField<totalStakeSubsidies> for Epoch
Source§impl HasField<totalTransactions> for Epoch
impl HasField<totalTransactions> for Epoch
Source§impl HasField<transactionBlocks> for Epoch
impl HasField<transactionBlocks> for Epoch
Source§type Type = TransactionBlockConnection
type Type = TransactionBlockConnection
The schema marker type of this field.
Source§impl HasField<validatorSet> for Epoch
impl HasField<validatorSet> for Epoch
Source§type Type = Option<ValidatorSet>
type Type = Option<ValidatorSet>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for Epoch
impl RefUnwindSafe for Epoch
impl Send for Epoch
impl Sync for Epoch
impl Unpin for Epoch
impl UnwindSafe for Epoch
Blanket Implementations§
§impl<U> As for U
impl<U> As for U
§fn as_<T>(self) -> Twhere
T: CastFrom<U>,
fn as_<T>(self) -> Twhere
T: CastFrom<U>,
Casts
self
to type T
. The semantics of numeric casting with the as
operator are followed, so <T as As>::as_::<U>
can be used in the same way as T as U
for numeric conversions. Read moreSource§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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more