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
§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