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