pub struct MoveObject;
Trait Implementations§
Source§impl HasField<__typename> for MoveObject
impl HasField<__typename> for MoveObject
Source§impl HasField<address> for MoveObject
impl HasField<address> for MoveObject
Source§type Type = SuiAddress
type Type = SuiAddress
The schema marker type of this field.
Source§impl HasField<asCoin> for MoveObject
impl HasField<asCoin> for MoveObject
Source§impl HasField<asCoinMetadata> for MoveObject
impl HasField<asCoinMetadata> for MoveObject
Source§type Type = Option<CoinMetadata>
type Type = Option<CoinMetadata>
The schema marker type of this field.
Source§impl HasField<asStakedSui> for MoveObject
impl HasField<asStakedSui> for MoveObject
Source§impl HasField<asSuinsRegistration> for MoveObject
impl HasField<asSuinsRegistration> for MoveObject
Source§type Type = Option<SuinsRegistration>
type Type = Option<SuinsRegistration>
The schema marker type of this field.
Source§impl HasField<balance> for MoveObject
impl HasField<balance> for MoveObject
Source§impl HasField<balances> for MoveObject
impl HasField<balances> for MoveObject
Source§type Type = BalanceConnection
type Type = BalanceConnection
The schema marker type of this field.
Source§impl HasField<bcs> for MoveObject
impl HasField<bcs> for MoveObject
Source§impl HasField<coins> for MoveObject
impl HasField<coins> for MoveObject
Source§type Type = CoinConnection
type Type = CoinConnection
The schema marker type of this field.
Source§impl HasField<contents> for MoveObject
impl HasField<contents> for MoveObject
Source§impl HasField<defaultSuinsName> for MoveObject
impl HasField<defaultSuinsName> for MoveObject
Source§impl HasField<digest> for MoveObject
impl HasField<digest> for MoveObject
Source§impl HasField<display> for MoveObject
impl HasField<display> for MoveObject
Source§impl HasField<dynamicField> for MoveObject
impl HasField<dynamicField> for MoveObject
Source§type Type = Option<DynamicField>
type Type = Option<DynamicField>
The schema marker type of this field.
Source§impl HasField<dynamicFields> for MoveObject
impl HasField<dynamicFields> for MoveObject
Source§type Type = DynamicFieldConnection
type Type = DynamicFieldConnection
The schema marker type of this field.
Source§impl HasField<dynamicObjectField> for MoveObject
impl HasField<dynamicObjectField> for MoveObject
Source§type Type = Option<DynamicField>
type Type = Option<DynamicField>
The schema marker type of this field.
Source§impl HasField<hasPublicTransfer> for MoveObject
impl HasField<hasPublicTransfer> for MoveObject
Source§impl HasField<objects> for MoveObject
impl HasField<objects> for MoveObject
Source§type Type = MoveObjectConnection
type Type = MoveObjectConnection
The schema marker type of this field.
Source§impl HasField<owner> for MoveObject
impl HasField<owner> for MoveObject
Source§type Type = Option<ObjectOwner>
type Type = Option<ObjectOwner>
The schema marker type of this field.
Source§impl HasField<previousTransactionBlock> for MoveObject
impl HasField<previousTransactionBlock> for MoveObject
Source§type Type = Option<TransactionBlock>
type Type = Option<TransactionBlock>
The schema marker type of this field.
Source§impl HasField<receivedTransactionBlocks> for MoveObject
impl HasField<receivedTransactionBlocks> for MoveObject
Source§type Type = TransactionBlockConnection
type Type = TransactionBlockConnection
The schema marker type of this field.
Source§impl HasField<stakedSuis> for MoveObject
impl HasField<stakedSuis> for MoveObject
Source§type Type = StakedSuiConnection
type Type = StakedSuiConnection
The schema marker type of this field.
Source§impl HasField<status> for MoveObject
impl HasField<status> for MoveObject
Source§type Type = ObjectKind
type Type = ObjectKind
The schema marker type of this field.
Source§impl HasField<storageRebate> for MoveObject
impl HasField<storageRebate> for MoveObject
Source§impl HasField<suinsRegistrations> for MoveObject
impl HasField<suinsRegistrations> for MoveObject
Source§type Type = SuinsRegistrationConnection
type Type = SuinsRegistrationConnection
The schema marker type of this field.
Source§impl HasField<version> for MoveObject
impl HasField<version> for MoveObject
Source§impl NamedType for MoveObject
impl NamedType for MoveObject
impl HasSubtype<MoveObject> for DynamicFieldValue
impl HasSubtype<MoveObject> for IMoveObject
impl HasSubtype<MoveObject> for IObject
impl HasSubtype<MoveObject> for IOwner
Auto Trait Implementations§
impl Freeze for MoveObject
impl RefUnwindSafe for MoveObject
impl Send for MoveObject
impl Sync for MoveObject
impl Unpin for MoveObject
impl UnwindSafe for MoveObject
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