pub struct UpgradeTransaction;
Trait Implementations§
Source§impl HasField<__typename> for UpgradeTransaction
impl HasField<__typename> for UpgradeTransaction
Source§impl HasField<currentPackage> for UpgradeTransaction
impl HasField<currentPackage> for UpgradeTransaction
Source§type Type = SuiAddress
type Type = SuiAddress
The schema marker type of this field.
Source§impl HasField<dependencies> for UpgradeTransaction
impl HasField<dependencies> for UpgradeTransaction
Source§type Type = Vec<SuiAddress>
type Type = Vec<SuiAddress>
The schema marker type of this field.
Source§impl HasField<modules> for UpgradeTransaction
impl HasField<modules> for UpgradeTransaction
Source§impl HasField<upgradeTicket> for UpgradeTransaction
impl HasField<upgradeTicket> for UpgradeTransaction
Source§type Type = TransactionArgument
type Type = TransactionArgument
The schema marker type of this field.
Source§impl NamedType for UpgradeTransaction
impl NamedType for UpgradeTransaction
impl HasSubtype<UpgradeTransaction> for ProgrammableTransaction
Auto Trait Implementations§
impl Freeze for UpgradeTransaction
impl RefUnwindSafe for UpgradeTransaction
impl Send for UpgradeTransaction
impl Sync for UpgradeTransaction
impl Unpin for UpgradeTransaction
impl UnwindSafe for UpgradeTransaction
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