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