pub struct Owner;
Trait Implementations§
Source§impl HasField<__typename> for Owner
impl HasField<__typename> for Owner
Source§impl HasField<address> for Owner
impl HasField<address> for Owner
Source§type Type = SuiAddress
type Type = SuiAddress
The schema marker type of this field.
Source§impl HasField<balances> for Owner
impl HasField<balances> for Owner
Source§type Type = BalanceConnection
type Type = BalanceConnection
The schema marker type of this field.
Source§impl HasField<coins> for Owner
impl HasField<coins> for Owner
Source§type Type = CoinConnection
type Type = CoinConnection
The schema marker type of this field.
Source§impl HasField<defaultSuinsName> for Owner
impl HasField<defaultSuinsName> for Owner
Source§impl HasField<dynamicField> for Owner
impl HasField<dynamicField> for Owner
Source§type Type = Option<DynamicField>
type Type = Option<DynamicField>
The schema marker type of this field.
Source§impl HasField<dynamicFields> for Owner
impl HasField<dynamicFields> for Owner
Source§type Type = DynamicFieldConnection
type Type = DynamicFieldConnection
The schema marker type of this field.
Source§impl HasField<dynamicObjectField> for Owner
impl HasField<dynamicObjectField> for Owner
Source§type Type = Option<DynamicField>
type Type = Option<DynamicField>
The schema marker type of this field.
Source§impl HasField<objects> for Owner
impl HasField<objects> for Owner
Source§type Type = MoveObjectConnection
type Type = MoveObjectConnection
The schema marker type of this field.
Source§impl HasField<stakedSuis> for Owner
impl HasField<stakedSuis> for Owner
Source§type Type = StakedSuiConnection
type Type = StakedSuiConnection
The schema marker type of this field.
Source§impl HasField<suinsRegistrations> for Owner
impl HasField<suinsRegistrations> for Owner
Source§type Type = SuinsRegistrationConnection
type Type = SuinsRegistrationConnection
The schema marker type of this field.
impl HasSubtype<Owner> for IOwner
Auto Trait Implementations§
impl Freeze for Owner
impl RefUnwindSafe for Owner
impl Send for Owner
impl Sync for Owner
impl Unpin for Owner
impl UnwindSafe for Owner
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