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