pub struct MovePackage;
Trait Implementations§
Source§impl HasField<__typename> for MovePackage
impl HasField<__typename> for MovePackage
Source§impl HasField<address> for MovePackage
impl HasField<address> for MovePackage
Source§type Type = SuiAddress
type Type = SuiAddress
The schema marker type of this field.
Source§impl HasField<balance> for MovePackage
impl HasField<balance> for MovePackage
Source§impl HasField<balances> for MovePackage
impl HasField<balances> for MovePackage
Source§type Type = BalanceConnection
type Type = BalanceConnection
The schema marker type of this field.
Source§impl HasField<bcs> for MovePackage
impl HasField<bcs> for MovePackage
Source§impl HasField<coins> for MovePackage
impl HasField<coins> for MovePackage
Source§type Type = CoinConnection
type Type = CoinConnection
The schema marker type of this field.
Source§impl HasField<defaultSuinsName> for MovePackage
impl HasField<defaultSuinsName> for MovePackage
Source§impl HasField<digest> for MovePackage
impl HasField<digest> for MovePackage
Source§impl HasField<latestPackage> for MovePackage
impl HasField<latestPackage> for MovePackage
Source§type Type = MovePackage
type Type = MovePackage
The schema marker type of this field.
Source§impl HasField<linkage> for MovePackage
impl HasField<linkage> for MovePackage
Source§impl HasField<module> for MovePackage
impl HasField<module> for MovePackage
Source§type Type = Option<MoveModule>
type Type = Option<MoveModule>
The schema marker type of this field.
Source§impl HasField<moduleBcs> for MovePackage
impl HasField<moduleBcs> for MovePackage
Source§impl HasField<modules> for MovePackage
impl HasField<modules> for MovePackage
Source§type Type = Option<MoveModuleConnection>
type Type = Option<MoveModuleConnection>
The schema marker type of this field.
Source§impl HasField<objects> for MovePackage
impl HasField<objects> for MovePackage
Source§type Type = MoveObjectConnection
type Type = MoveObjectConnection
The schema marker type of this field.
Source§impl HasField<owner> for MovePackage
impl HasField<owner> for MovePackage
Source§type Type = Option<ObjectOwner>
type Type = Option<ObjectOwner>
The schema marker type of this field.
Source§impl HasField<packageAtVersion> for MovePackage
impl HasField<packageAtVersion> for MovePackage
Source§type Type = Option<MovePackage>
type Type = Option<MovePackage>
The schema marker type of this field.
Source§impl HasField<packageBcs> for MovePackage
impl HasField<packageBcs> for MovePackage
Source§impl HasField<packageVersions> for MovePackage
impl HasField<packageVersions> for MovePackage
Source§type Type = MovePackageConnection
type Type = MovePackageConnection
The schema marker type of this field.
Source§impl HasField<previousTransactionBlock> for MovePackage
impl HasField<previousTransactionBlock> for MovePackage
Source§type Type = Option<TransactionBlock>
type Type = Option<TransactionBlock>
The schema marker type of this field.
Source§impl HasField<receivedTransactionBlocks> for MovePackage
impl HasField<receivedTransactionBlocks> for MovePackage
Source§type Type = TransactionBlockConnection
type Type = TransactionBlockConnection
The schema marker type of this field.
Source§impl HasField<stakedSuis> for MovePackage
impl HasField<stakedSuis> for MovePackage
Source§type Type = StakedSuiConnection
type Type = StakedSuiConnection
The schema marker type of this field.
Source§impl HasField<status> for MovePackage
impl HasField<status> for MovePackage
Source§type Type = ObjectKind
type Type = ObjectKind
The schema marker type of this field.
Source§impl HasField<storageRebate> for MovePackage
impl HasField<storageRebate> for MovePackage
Source§impl HasField<suinsRegistrations> for MovePackage
impl HasField<suinsRegistrations> for MovePackage
Source§type Type = SuinsRegistrationConnection
type Type = SuinsRegistrationConnection
The schema marker type of this field.
Source§impl HasField<typeOrigins> for MovePackage
impl HasField<typeOrigins> for MovePackage
Source§impl HasField<version> for MovePackage
impl HasField<version> for MovePackage
Source§impl NamedType for MovePackage
impl NamedType for MovePackage
impl HasSubtype<MovePackage> for IObject
impl HasSubtype<MovePackage> for IOwner
Auto Trait Implementations§
impl Freeze for MovePackage
impl RefUnwindSafe for MovePackage
impl Send for MovePackage
impl Sync for MovePackage
impl Unpin for MovePackage
impl UnwindSafe for MovePackage
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