pub struct IOwner;
Trait Implementations§
Source§impl HasField<__typename> for IOwner
impl HasField<__typename> for IOwner
Source§impl HasField<address> for IOwner
impl HasField<address> for IOwner
Source§type Type = SuiAddress
type Type = SuiAddress
The schema marker type of this field.
Source§impl HasField<balances> for IOwner
impl HasField<balances> for IOwner
Source§type Type = BalanceConnection
type Type = BalanceConnection
The schema marker type of this field.
Source§impl HasField<coins> for IOwner
impl HasField<coins> for IOwner
Source§type Type = CoinConnection
type Type = CoinConnection
The schema marker type of this field.
Source§impl HasField<defaultSuinsName> for IOwner
impl HasField<defaultSuinsName> for IOwner
Source§impl HasField<objects> for IOwner
impl HasField<objects> for IOwner
Source§type Type = MoveObjectConnection
type Type = MoveObjectConnection
The schema marker type of this field.
Source§impl HasField<stakedSuis> for IOwner
impl HasField<stakedSuis> for IOwner
Source§type Type = StakedSuiConnection
type Type = StakedSuiConnection
The schema marker type of this field.
Source§impl HasField<suinsRegistrations> for IOwner
impl HasField<suinsRegistrations> for IOwner
Source§type Type = SuinsRegistrationConnection
type Type = SuinsRegistrationConnection
The schema marker type of this field.
impl HasSubtype<Address> for IOwner
impl HasSubtype<Coin> for IOwner
impl HasSubtype<CoinMetadata> for IOwner
impl HasSubtype<IOwner> for IOwner
impl HasSubtype<MoveObject> for IOwner
impl HasSubtype<MovePackage> for IOwner
impl HasSubtype<Object> for IOwner
impl HasSubtype<Owner> for IOwner
impl HasSubtype<StakedSui> for IOwner
impl HasSubtype<SuinsRegistration> for IOwner
Auto Trait Implementations§
impl Freeze for IOwner
impl RefUnwindSafe for IOwner
impl Send for IOwner
impl Sync for IOwner
impl Unpin for IOwner
impl UnwindSafe for IOwner
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