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