pub struct Checkpoint;
Trait Implementations§
Source§impl HasField<__typename> for Checkpoint
impl HasField<__typename> for Checkpoint
Source§impl HasField<bcs> for Checkpoint
impl HasField<bcs> for Checkpoint
Source§impl HasField<digest> for Checkpoint
impl HasField<digest> for Checkpoint
Source§impl HasField<epoch> for Checkpoint
impl HasField<epoch> for Checkpoint
Source§impl HasField<networkTotalTransactions> for Checkpoint
impl HasField<networkTotalTransactions> for Checkpoint
Source§impl HasField<previousCheckpointDigest> for Checkpoint
impl HasField<previousCheckpointDigest> for Checkpoint
Source§impl HasField<rollingGasSummary> for Checkpoint
impl HasField<rollingGasSummary> for Checkpoint
Source§type Type = Option<GasCostSummary>
type Type = Option<GasCostSummary>
The schema marker type of this field.
Source§impl HasField<sequenceNumber> for Checkpoint
impl HasField<sequenceNumber> for Checkpoint
Source§impl HasField<timestamp> for Checkpoint
impl HasField<timestamp> for Checkpoint
Source§impl HasField<transactionBlocks> for Checkpoint
impl HasField<transactionBlocks> for Checkpoint
Source§type Type = TransactionBlockConnection
type Type = TransactionBlockConnection
The schema marker type of this field.
Source§impl HasField<validatorSignatures> for Checkpoint
impl HasField<validatorSignatures> for Checkpoint
Auto Trait Implementations§
impl Freeze for Checkpoint
impl RefUnwindSafe for Checkpoint
impl Send for Checkpoint
impl Sync for Checkpoint
impl Unpin for Checkpoint
impl UnwindSafe for Checkpoint
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