pub struct ChangeEpochTransaction;
Trait Implementations§
Source§impl HasField<__typename> for ChangeEpochTransaction
impl HasField<__typename> for ChangeEpochTransaction
Source§impl HasField<computationCharge> for ChangeEpochTransaction
impl HasField<computationCharge> for ChangeEpochTransaction
Source§impl HasField<epoch> for ChangeEpochTransaction
impl HasField<epoch> for ChangeEpochTransaction
Source§impl HasField<nonRefundableStorageFee> for ChangeEpochTransaction
impl HasField<nonRefundableStorageFee> for ChangeEpochTransaction
Source§impl HasField<protocolVersion> for ChangeEpochTransaction
impl HasField<protocolVersion> for ChangeEpochTransaction
Source§impl HasField<startTimestamp> for ChangeEpochTransaction
impl HasField<startTimestamp> for ChangeEpochTransaction
Source§impl HasField<storageCharge> for ChangeEpochTransaction
impl HasField<storageCharge> for ChangeEpochTransaction
Source§impl HasField<storageRebate> for ChangeEpochTransaction
impl HasField<storageRebate> for ChangeEpochTransaction
Source§impl HasField<systemPackages> for ChangeEpochTransaction
impl HasField<systemPackages> for ChangeEpochTransaction
Source§type Type = MovePackageConnection
type Type = MovePackageConnection
The schema marker type of this field.
Source§impl NamedType for ChangeEpochTransaction
impl NamedType for ChangeEpochTransaction
impl HasSubtype<ChangeEpochTransaction> for EndOfEpochTransactionKind
impl HasSubtype<ChangeEpochTransaction> for TransactionBlockKind
Auto Trait Implementations§
impl Freeze for ChangeEpochTransaction
impl RefUnwindSafe for ChangeEpochTransaction
impl Send for ChangeEpochTransaction
impl Sync for ChangeEpochTransaction
impl Unpin for ChangeEpochTransaction
impl UnwindSafe for ChangeEpochTransaction
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